mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 22:08:00 +00:00
add テストの自動監視
This commit is contained in:
parent
fbbe42be29
commit
a58eb32bdc
1 changed files with 7 additions and 1 deletions
|
@ -74,12 +74,18 @@ test("西暦年号が4で割り切れる年はうるう年", () => {
|
|||
これをテストし、失敗することを確認します。
|
||||
この失敗は、テスト環境自体の検証を行うことでもあります。
|
||||
|
||||
コマンド:
|
||||
NPMコマンドでのテストの実行:
|
||||
|
||||
```bash
|
||||
npm test
|
||||
```
|
||||
|
||||
テストの自動監視:
|
||||
|
||||
```bash
|
||||
npx jest --watchAll
|
||||
```
|
||||
|
||||
テスト結果:
|
||||
|
||||
```console
|
||||
|
|
Loading…
Add table
Reference in a new issue