mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 22:08:00 +00:00
fix --watchAll
This commit is contained in:
parent
14836c4ac7
commit
8b68ba4732
1 changed files with 2 additions and 2 deletions
|
@ -11,10 +11,10 @@ Jestは、デフォルトで下記のファイルをテストファイルとし
|
||||||
|
|
||||||
## テストの自動監視
|
## テストの自動監視
|
||||||
|
|
||||||
`--watch` オプションを指定することで、テストファイルの変更を自動で監視します。
|
`--watchAll` オプションを指定することで、テストファイルの変更を自動で監視します。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx jest --watch
|
npx jest --watchAll
|
||||||
```
|
```
|
||||||
|
|
||||||
終了するには、キーボードの `q` を押します。
|
終了するには、キーボードの `q` を押します。
|
||||||
|
|
Loading…
Add table
Reference in a new issue