更多资源
现在你应该很清楚 Jest 如何帮助你测试应用。如果你有兴趣了解更多信息,你可能需要查看以下一些相关内容。
¥By now you should have a good idea of how Jest can help you test your applications. If you're interested in learning more, here's some related stuff you might want to check out.
浏览文档
¥Browse the docs
-
¥Learn about Snapshot Testing, Mock Functions, and more in our in-depth guides.
-
按照我们的 迁移指南 将你现有的测试迁移到 Jest。
¥Migrate your existing tests to Jest by following our migration guide.
-
了解如何 配置 Jest。
¥Learn how to configure Jest.
-
看看完整的 API 参考。
¥Look at the full API Reference.
-
Jest 的 故障排除 问题。
¥Troubleshoot problems with Jest.
通过例子学习
¥Learn by example
你将在 GitHub 上的 examples
文件夹中找到许多示例测试用例。你还可以学习 React、Relay 和 React Native 项目使用的优秀测试。
¥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.
加入社区
¥Join the community
向像你一样的其他 Jest 用户提出问题并寻找答案。反应流 是一个 Discord 聊天室,里面有很多 Jest 讨论。查看 #testing
通道。
¥Ask questions and find answers from other Jest users like you. Reactiflux is a Discord chat where a lot of Jest discussion happens. Check out the #testing
channel.
跟随 Jest 推特账户 和 blog 来了解 Jest 世界中正在发生的事情。
¥Follow the Jest Twitter account and blog to find out what's happening in the world of Jest.