You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,13 @@ We use [StyleLint](https://stylelint.io) to lint our CSS. Our configuration is i
22
22
23
23
To run StyleLint, use `npm run lint:css`.
24
24
25
-
## End-to-End Testing
25
+
## Testing
26
26
27
-
We use [Jest](https://jestjs.io) for JavaScript Testing.
27
+
We use [Jest](https://jestjs.io) for JavaScript testing.
28
28
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`.
0 commit comments