Skip to content

Commit 855860c

Browse files
Update CONTRIBUTING.md
1 parent 58c48b1 commit 855860c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/CONTRIBUTING.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ We use [StyleLint](https://stylelint.io) to lint our CSS. Our configuration is i
2222

2323
To run StyleLint, use `npm run lint:css`.
2424

25-
## End-to-End Testing
25+
## Testing
2626

27-
We use [Jest](https://jestjs.io) for JavaScript Testing.
27+
We use [Jest](https://jestjs.io) for JavaScript testing.
2828

29-
To run the test, use `npx jest tests/e2e/env_spec.js`.
29+
To run all tests, use `npm run test`.
30+
31+
The specific test commands are defined in `package.json`. So you can also run the specific tests with other commands, e.g. `npm run test:unit` or `npx jest tests/e2e/env_spec.js`.
3032

3133
## Submitting Issues
3234

0 commit comments

Comments
 (0)