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