From 44b12e0476a1322732ceff35222fc310bc6fb1f6 Mon Sep 17 00:00:00 2001 From: irasally Date: Tue, 22 Jun 2021 17:25:34 +0900 Subject: [PATCH] =?UTF-8?q?[=E5=84=AA=E3=82=8C=E3=81=9F]=E3=81=AE=E9=87=8D?= =?UTF-8?q?=E8=A4=87=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- intro-1/jest.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/intro-1/jest.md b/intro-1/jest.md index 16916c08a..e055c6cf3 100644 --- a/intro-1/jest.md +++ b/intro-1/jest.md @@ -2,7 +2,7 @@ > [Jest/TypeScriptに関するPro eggheadレッスン](https://egghead.io/lessons/typescript-getting-started-with-jest-using-typescript) -パーフェクトなテストのソリューションはありません。とはいえ、jestは優れたTypeScriptサポートを提供する優れたユニットテストのオプションです。 +パーフェクトなテストのソリューションはありません。とはいえ、jestは優れたTypeScriptサポートを提供する素晴らしいユニットテストのオプションです。 > 注意:単純なノードのpackage.json setupで始めることを前提としています。また、すべてのTypeScriptファイルは`src`フォルダに置かれていなければなりません。このフォルダは、きれいなプロジェクト設定のために\(Jestを使わなくても\)常に推奨されます。 @@ -204,4 +204,3 @@ test('CheckboxWithLabel changes the text after click', () => { * スナップショットテスト * ビルトインのカバレッジレポート * ビルトインのasync/awaitサポート -