mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 22:08:00 +00:00
expanddevtools=1
This commit is contained in:
parent
38d2f9e68f
commit
7d79b8d5a1
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ Jestは、`test` に渡す関数の前に `async` キーワードを記述する
|
|||
`beforeEach` と `afterEach` を使用することでテストの実行の前に繰り返し行う準備や、後片付けの処理を宣言できます。
|
||||
|
||||
<iframe
|
||||
src="https://codesandbox.io/embed/github/kou029w/jest-hands-on/tree/main/templates/scope?codemirror=1&hidenavigation=1&previewwindow=tests&view=split&module=%2Fscope.test.js"
|
||||
src="https://codesandbox.io/embed/github/kou029w/jest-hands-on/tree/main/templates/scope?codemirror=1&hidenavigation=1&previewwindow=tests&view=split&expanddevtools=1&&module=%2Fscope.test.js"
|
||||
style="
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
|
|
Loading…
Add table
Reference in a new issue