Skip to content

Commit 9f03183

Browse files
committed
Add doc for running only one unit test [ci skip]
1 parent 5de2476 commit 9f03183

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,9 @@ Launch the entire tests suite by calling:
112112
```sh
113113
make test
114114
```
115+
116+
Run only one unit test by calling, for example:
117+
118+
```
119+
./node_modules/jest-cli/bin/jest.js -c jest.json app/__tests__/autoloaderTest.js
120+
```

0 commit comments

Comments
 (0)