更多资源
到目前为止,你应该已经了解 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讨论发生。 请查看 #testing
频道
Follow the Jest Twitter account and blog to find out what's happening in the world of Jest.