Skip to content

Commit d75fdf1

Browse files
committed
docs(tests): 📝 instructions were missing to run tests
1 parent 478f805 commit d75fdf1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ Before submitting a pull request, please take a look at our
22
[Contributing](https://github.com/getsentry/sentry-javascript/blob/master/CONTRIBUTING.md) guidelines and verify:
33

44
- [ ] If you've added code that should be tested, please add tests.
5-
- [ ] Ensure your code lints and the test suite passes (`yarn lint`) & (`yarn test`).
5+
- [ ] Ensure your code lints and the test suite passes (`yarn build && yarn lint && yarn test`).
6+
7+
PS: remember to install the following extension on VSCode to run the tests:
8+
https://marketplace.visualstudio.com/items?itemName=augustocdias.tasks-shell-input

0 commit comments

Comments
 (0)