mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 22:08:00 +00:00
fix #2
This commit is contained in:
parent
f465699b2e
commit
9147b4ee3a
1 changed files with 17 additions and 0 deletions
17
index.html
17
index.html
|
@ -65,5 +65,22 @@ npm test
|
||||||
<li>セットアップと破棄 … setupTeardown.test.js, scope.test.js</li>
|
<li>セットアップと破棄 … setupTeardown.test.js, scope.test.js</li>
|
||||||
<li>モック関数 … mock.test.js</li>
|
<li>モック関数 … mock.test.js</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2>フィードバック</h2>
|
||||||
|
<p>
|
||||||
|
<a
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
href="https://github.com/kou029w/jest-hands-on/edit/main/index.html"
|
||||||
|
>このページを編集する</a
|
||||||
|
>
|
||||||
|
/
|
||||||
|
<a
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
href="https://github.com/kou029w/jest-hands-on/issues/new"
|
||||||
|
>問題を報告する</a
|
||||||
|
>
|
||||||
|
</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue