Skip to content

Commit 522b705

Browse files
author
Alex Perkins
committed
Add instructions to run in watch mode.
1 parent e0eadd9 commit 522b705

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
@@ -48,6 +48,12 @@ To run a chapter test:
4848
$ jest ch[01-08]
4949
```
5050

51+
To run tests in `watch` mode:
52+
53+
```bash
54+
$ jest --watchAll
55+
```
56+
5157
And for code coverage:
5258

5359
```bash

0 commit comments

Comments
 (0)