mirror of
https://github.com/kou029w/intro-to-software-testing.git
synced 2025-01-18 08:05:02 +00:00
change codesandbox → stackblitz
This commit is contained in:
parent
9a64eca1a1
commit
6e3caa9983
1 changed files with 2 additions and 3 deletions
|
@ -280,16 +280,15 @@ $ npx jest # 実行
|
|||
## Jest を試してみる
|
||||
|
||||
<iframe
|
||||
src="https://codesandbox.io/embed/github/kou029w/jest-hands-on/tree/main/templates/template?fontsize=20&hidenavigation=1&previewwindow=tests&view=split&module=%2Fsum.test.js"
|
||||
src="https://stackblitz.com/github/kou029w/jest-hands-on/tree/main/templates/template?embed=1&hideExplorer=1&view=editor&terminal=test&file=sum.test.js"
|
||||
style="
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
height: 640px;
|
||||
border: 0;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
"
|
||||
title="template"
|
||||
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
|
||||
></iframe>
|
||||
|
||||
---
|
||||
|
|
Loading…
Add table
Reference in a new issue