Jest 测试Web框架
Jest 是一个通用的测试平台,能够适应任何 JavaScript 库或框架。在本节中,我们希望链接到有关将 Jest 集成到流行 JS 库中的社区帖子和文章。
React
- 用 Kent C. Dodds ( @kentcdodds ) 的Jest 测试 ReactJS 组件
Vue.js
- Alex Jover Morales ( @alexjoverm )用 Jest 测试 Vue.js 组件
- Jest for all:第 1 集 — Vue.js由 Cristian Carlesso ( @kentaromiura )编写
AngularJS
- 使用Jest测试AngularJS应用由Matthieu Lux (@Swiip)编写
- 用 Jest 运行 AngularJS 测试由Ben Brandt ( @benjaminbrandt )编写
- AngularJS Unit Tests with Jest Actions(繁体中文)作者:Chris Wang ( @dwatow )
AngularJS
- 使用Jest加快Angular测试 由Michał Pierzchała (@thymikee)编写
MobX
- 如何用Jest测试React和MobX 由 Will Stern (@willsterndev)编写
ReduX
- Redux 文档的测试
Express.js
- 如何使用 Jest 和Supertest测试 Express.js由 Albert Gao ( @albertgao )编写
Gatsby.js
- GatsbyJS 文档的单元测试
Hapi.js
- 用 Niralar ( Sivasankar ) 的Jest 测试 Hapi.js