From 2fccbf6aa111006373cf54f8204af35adf4002bd Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Tue, 1 Mar 2022 18:25:41 +0900 Subject: [PATCH] =?UTF-8?q?Jest=E3=81=AE=E6=A9=9F=E8=83=BD=E2=87=86?= =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88=E3=81=AE=E4=BD=9C=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 94b6df6..0c4a4a2 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -7,7 +7,7 @@ - [基本的な機能](basic-jest-api.md) - [ECMAScriptモジュールのテスト ―― Babelの設定](esm.md) - [テストの実践 ――「うるう年」問題](practices.md) -- [テストの作法](test-writing-style.md) - [Jestの機能](jest-api.md) +- [テストの作法](test-writing-style.md) - [参考文献・動画](references.md) - [質問・提案・問題の報告](issues.md)