mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 22:08:00 +00:00
fix #3
This commit is contained in:
parent
efcc715b8b
commit
8309467fcb
1 changed files with 8 additions and 0 deletions
|
@ -30,6 +30,14 @@
|
||||||
コマンドを実行して、テスト結果を確認します。
|
コマンドを実行して、テスト結果を確認します。
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
git clone https://github.com/kou029w/jest-hands-on.git
|
||||||
|
cd jest-hands-on
|
||||||
|
npm i
|
||||||
|
npm test
|
||||||
|
</pre
|
||||||
|
>
|
||||||
|
|
||||||
<h2>ドキュメント</h2>
|
<h2>ドキュメント</h2>
|
||||||
<p>
|
<p>
|
||||||
リファレンスとして
|
リファレンスとして
|
||||||
|
|
Loading…
Add table
Reference in a new issue