Skip to content

Commit ae53373

Browse files
docs: add dev tests command to CONTRIBUTING.md
1 parent 9ac2c03 commit ae53373

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/CONTRIBUTING.md

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ $ yarn test:unit
5454

5555
# run the full test suite, include linting / type checking
5656
$ yarn test
57+
58+
# run tests against src files only. Allows inline debugging.
59+
$ yarn test:unit:only:dev
5760
```
5861

5962
There are some other scripts available in the `scripts` section of the `package.json` file.

0 commit comments

Comments
 (0)