Skip to content

Commit 912136c

Browse files
committed
[skip ci] fix typo in docs
1 parent 898f6b8 commit 912136c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Node Test Runner Examples
22

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+
35
## Requirements
46

57
- Node LTS
@@ -13,7 +15,7 @@
1315
## npm scripts
1416

1517
- `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
1719
- `npm run test:seq` will run the core test suite with 1 concurrency
1820
- `npm run test:par` will run the core test suite with 5 concurrency
1921
- `npm run test:only` will run the `.only.js` test suite (demonstrating how to use `.only`)

0 commit comments

Comments
 (0)