Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions intro-1/jest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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を使わなくても\)常に推奨されます。

Expand Down Expand Up @@ -204,4 +204,3 @@ test('CheckboxWithLabel changes the text after click', () => {
* スナップショットテスト
* ビルトインのカバレッジレポート
* ビルトインのasync/awaitサポート