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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Node Test Runner Examples
2
2
3
+
Examples are ported to `node:test` and `node:assert` from [jest-handbook-examples](https://github.com/HugoDF/jest-handbook-examples) (which is using Jest).
4
+
3
5
## Requirements
4
6
5
7
- Node LTS
@@ -13,7 +15,7 @@
13
15
## npm scripts
14
16
15
17
-`npm run test` will run the core test suite
16
-
-`npm run test:all` will all the test commands
18
+
-`npm run test:all` will run all the test commands
17
19
-`npm run test:seq` will run the core test suite with 1 concurrency
18
20
-`npm run test:par` will run the core test suite with 5 concurrency
19
21
-`npm run test:only` will run the `.only.js` test suite (demonstrating how to use `.only`)
0 commit comments