expanddevtools=1

This commit is contained in:
Nebel 2022-02-24 21:50:14 +09:00
parent 38d2f9e68f
commit 7d79b8d5a1

View file

@ -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;