From c23aed993fb83a20bb461b2b368c5792c75b01b7 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Thu, 16 Nov 2023 23:52:27 -0800 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9c1401f944..f63556a658 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -29,7 +29,7 @@ This adds a new flag --bail to bun test. When set, it will stop running tests af - [ ] I checked the lifetime of memory allocated to verify it's (1) freed and (2) only freed when it should be - [ ] I included a test for the new code, or an existing test covers it - [ ] JSValue used outside outside of the stack is either wrapped in a JSC.Strong or is JSValueProtect'ed -- [ ] I wrote TypeScript/JavaScript tests and they pass (`bun-debug test test-file-name.test`) +- [ ] I wrote TypeScript/JavaScript tests and they pass locally (`bun-debug test test-file-name.test`) -->