Testing Web Frameworks
Jest is a universal testing platform, with the ability to adapt to any JavaScript library or framework. In this section, we’d like to link to community posts and articles about integrating Jest into popular JS libraries. In this section, we’d like to link to community posts and articles about integrating Jest into popular JS libraries.
- Testing ReactJS components with Jest by Kent C. Dodds ()
Vue.js
- by Alex Jover Morales (@alexjoverm)
- by Cristian Carlesso (@kentaromiura)
AngularJS
- 使用Jest测试AngularJS应用 by Matthieu Lux ()
- AngularJS Unit Tests with Jest Actions (Traditional Chinese) by Chris Wang ()
- 使用Jest加快Angular测试 by Michał Pierzchała ()
MobX
- by Will Stern (@willsterndev)
Redux
- 写测试 by Redux docs
- by Albert Gao (@albertgao)
GatsbyJS
- Unit Testing by GatsbyJS docs