虽然Jest可能被看做为React特定的测试运行工具,事实上,其是一个万能的测试平台,其有能力适应任何JavaScript库或框架。 在这一节,我们想要链接一些关于将Jest继承到其他流行JS库中的社区帖子和文章。
Vue.js
- Testing Vue.js components with Jest by Alex Jover Morales (@alexjoverm)
- Jest for all: Episode 1 — Vue.js by Cristian Carlesso (@kentaromiura)
AngularJS
- 使用Jest测试AngularJS应用 by Matthieu Lux (@Swiip)
- Running AngularJS Tests with Jest by Ben Brandt (@benjaminbrandt)
Angular
- 使用Jest加快Angular测试 by Michał Pierzchała (@thymikee)
MobX
- 如何用Jest测试React和MobX by Will Stern (@willsterndev)
Redux
- 写测试 by Redux docs
Express.js
- How to test Express.js with Jest and Supertest by Albert Gao (@albertgao)
GatsbyJS
- Unit Testing by GatsbyJS docs