mirror of
https://github.com/kou029w/intro-to-software-testing.git
synced 2025-01-18 16:08:00 +00:00
add sum.js editor tab
This commit is contained in:
parent
2b791e18f2
commit
52e1b902f1
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ $ npx jest # 実行
|
|||
## Jest を試してみる
|
||||
|
||||
<iframe
|
||||
src="https://stackblitz.com/github/kou029w/jest-hands-on/tree/main/templates/template?embed=1&view=editor&terminal=test&file=sum.test.js"
|
||||
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"
|
||||
style="
|
||||
width: 100%;
|
||||
height: 640px;
|
||||
|
|
Loading…
Add table
Reference in a new issue