mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 14:07:58 +00:00
add js file tabs
This commit is contained in:
parent
cd94fdf242
commit
af1c8c425a
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ 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;
|
||||
|
|
|
@ -13,7 +13,7 @@ Jestの代表的な機能を紹介します。
|
|||
- `not` … 検証の結果を反転させます
|
||||
|
||||
<iframe
|
||||
src="https://stackblitz.com/github/kou029w/jest-hands-on/tree/main/templates/basic?embed=1&view=editor&terminal=test&file=toBe.test.js"
|
||||
src="https://stackblitz.com/github/kou029w/jest-hands-on/tree/main/templates/basic?embed=1&view=editor&terminal=test&file=notToBe.test.js,toEqual.test.js,toBe.test.js"
|
||||
style="
|
||||
width: 100%;
|
||||
height: 640px;
|
||||
|
|
Loading…
Add table
Reference in a new issue