From 8309467fcb038b85bc1b33d330bcd52216d76a38 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Wed, 28 Jul 2021 06:17:19 +0900 Subject: [PATCH] fix #3 --- index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/index.html b/index.html index 21d49e8..5eb8c0f 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,14 @@ コマンドを実行して、テスト結果を確認します。

+
+git clone https://github.com/kou029w/jest-hands-on.git
+cd jest-hands-on
+npm i
+npm test
+
+

ドキュメント

リファレンスとして