fix --watchAll

This commit is contained in:
Nebel 2022-03-01 17:45:26 +09:00
parent 14836c4ac7
commit 8b68ba4732

View file

@ -11,10 +11,10 @@ Jestは、デフォルトで下記のファイルをテストファイルとし
## テストの自動監視
`--watch` オプションを指定することで、テストファイルの変更を自動で監視します。
`--watchAll` オプションを指定することで、テストファイルの変更を自動で監視します。
```bash
npx jest --watch
npx jest --watchAll
```
終了するには、キーボードの `q` を押します。