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`) -->