追加資料
もうそろそろ Jest がどのようにしてアプリケーションのテストを支援するか、ご理解頂けたことでしょうか。 もしもっと学びたい場合は、以下の項目をチェックするとよいかもしれません。
ドキュメントを見る
- スナップショットテスト、 モック関数 などの詳細なガイド
- 移行ガイド に従って、既存のテストをJestに移行してください
- Jestを設定 する方法を学ぶ
- すべての API リファレンス を見る
- Jestに関する問題の トラブルシューティング
例から学ぶ
You will find a number of example test cases in the examples
folder on GitHub. You can also learn from the excellent tests used by the React, Relay, and React Native projects.
コミュニティに参加する
他の Jest ユーザーに質問して回答してもらいましょう。 Reactiflux は、Jestに関する多くの議論が行われるDiscordチャットです。 #testing
チャンネルに参加してください。
Follow the Jest Twitter account and blog to find out what's happening in the world of Jest.