mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 22:08:00 +00:00
format
This commit is contained in:
parent
14c9f295f9
commit
427ef1de07
2 changed files with 20 additions and 20 deletions
|
@ -7,11 +7,11 @@ Jestを使ってどうやってテストするのか?といった疑問に答
|
||||||
<iframe
|
<iframe
|
||||||
src="https://codesandbox.io/embed/github/kou029w/jest-hands-on/tree/main/templates/template?codemirror=1&hidenavigation=1&previewwindow=tests&view=split&module=%2Fsum.test.js"
|
src="https://codesandbox.io/embed/github/kou029w/jest-hands-on/tree/main/templates/template?codemirror=1&hidenavigation=1&previewwindow=tests&view=split&module=%2Fsum.test.js"
|
||||||
style="
|
style="
|
||||||
width:100%;
|
width: 100%;
|
||||||
height:500px;
|
height: 500px;
|
||||||
border:0;
|
border: 0;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
overflow:hidden;
|
overflow: hidden;
|
||||||
"
|
"
|
||||||
title="template"
|
title="template"
|
||||||
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
|
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
|
||||||
|
|
|
@ -15,11 +15,11 @@ Jestの代表的な機能を紹介します。
|
||||||
<iframe
|
<iframe
|
||||||
src="https://codesandbox.io/embed/github/kou029w/jest-hands-on/tree/main/templates/basic?codemirror=1&hidenavigation=1&previewwindow=tests&view=split&module=%2FtoBe.test.js"
|
src="https://codesandbox.io/embed/github/kou029w/jest-hands-on/tree/main/templates/basic?codemirror=1&hidenavigation=1&previewwindow=tests&view=split&module=%2FtoBe.test.js"
|
||||||
style="
|
style="
|
||||||
width:100%;
|
width: 100%;
|
||||||
height:500px;
|
height: 500px;
|
||||||
border:0;
|
border: 0;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
overflow:hidden;
|
overflow: hidden;
|
||||||
"
|
"
|
||||||
title="basic"
|
title="basic"
|
||||||
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
|
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
|
||||||
|
@ -64,11 +64,11 @@ Jestは、`test` に渡す関数の前に `async` キーワードを記述する
|
||||||
<iframe
|
<iframe
|
||||||
src="https://codesandbox.io/embed/github/kou029w/jest-hands-on/tree/main/templates/promise?codemirror=1&hidenavigation=1&previewwindow=tests&view=split&module=%2Fpromise.test.js"
|
src="https://codesandbox.io/embed/github/kou029w/jest-hands-on/tree/main/templates/promise?codemirror=1&hidenavigation=1&previewwindow=tests&view=split&module=%2Fpromise.test.js"
|
||||||
style="
|
style="
|
||||||
width:100%;
|
width: 100%;
|
||||||
height:500px;
|
height: 500px;
|
||||||
border:0;
|
border: 0;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
overflow:hidden;
|
overflow: hidden;
|
||||||
"
|
"
|
||||||
title="promise"
|
title="promise"
|
||||||
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
|
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
|
||||||
|
@ -83,11 +83,11 @@ Jestは、`test` に渡す関数の前に `async` キーワードを記述する
|
||||||
<iframe
|
<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&module=%2Fscope.test.js"
|
||||||
style="
|
style="
|
||||||
width:100%;
|
width: 100%;
|
||||||
height:500px;
|
height: 500px;
|
||||||
border:0;
|
border: 0;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
overflow:hidden;
|
overflow: hidden;
|
||||||
"
|
"
|
||||||
title="scope"
|
title="scope"
|
||||||
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
|
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
|
||||||
|
@ -102,11 +102,11 @@ Jestは、`test` に渡す関数の前に `async` キーワードを記述する
|
||||||
<iframe
|
<iframe
|
||||||
src="https://codesandbox.io/embed/github/kou029w/jest-hands-on/tree/main/templates/mock?codemirror=1&hidenavigation=1&previewwindow=tests&view=split&module=%2Fmock.test.js"
|
src="https://codesandbox.io/embed/github/kou029w/jest-hands-on/tree/main/templates/mock?codemirror=1&hidenavigation=1&previewwindow=tests&view=split&module=%2Fmock.test.js"
|
||||||
style="
|
style="
|
||||||
width:100%;
|
width: 100%;
|
||||||
height:500px;
|
height: 500px;
|
||||||
border:0;
|
border: 0;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
overflow:hidden;
|
overflow: hidden;
|
||||||
"
|
"
|
||||||
title="mock"
|
title="mock"
|
||||||
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
|
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
|
||||||
|
|
Loading…
Add table
Reference in a new issue