use --watchAll flag

This commit is contained in:
Nebel 2022-07-22 19:06:41 +09:00
parent 52e1b902f1
commit 7e995b04d9

View file

@ -280,7 +280,7 @@ $ npx jest # 実行
## Jest を試してみる ## Jest を試してみる
<iframe <iframe
src="https://stackblitz.com/github/kou029w/jest-hands-on/tree/main/templates/template?embed=1&view=editor&terminal=test&file=sum.js,sum.test.js" src="https://stackblitz.com/github/kou029w/jest-hands-on/tree/main/templates/template?embed=1&view=editor&terminal=watch&file=sum.js,sum.test.js"
style=" style="
width: 100%; width: 100%;
height: 640px; height: 640px;