mirror of
https://github.com/kou029w/intro-to-software-testing.git
synced 2025-01-18 16:08:00 +00:00
use --watchAll flag
This commit is contained in:
parent
52e1b902f1
commit
7e995b04d9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue