测试 Web 框架
Jest 是一个通用测试平台,能够适应任何 JavaScript 库或框架。在本节中,我们希望链接到有关将 Jest 集成到流行 JS 库的社区帖子和文章。
¥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.
React
-
使用 Jest 测试 ReactJS 组件 肯特·C.多兹 (@kentcdodds)
¥Testing ReactJS components with Jest by Kent C. Dodds (@kentcdodds)
Vue.js
-
亚历克斯·乔弗·莫拉莱斯 (Alex Jover Morales) 的 使用 Jest 测试 Vue.js 组件 (@alexjoverm)
¥Testing Vue.js components with Jest by Alex Jover Morales (@alexjoverm)
-
克里斯蒂安·卡莱索的 用于全部的 Jest:第 1 集 — Vue.js (@kentaromiura)
¥Jest for all: Episode 1 — Vue.js by Cristian Carlesso (@kentaromiura)
AngularJS
-
使用 Jest 测试 AngularJS 应用,作者:马蒂厄·勒克斯 (@Swiip)
¥Testing an AngularJS app with Jest by Matthieu Lux (@Swiip)
-
本·勃兰特 (Ben Brandt) 的 使用 Jest 运行 AngularJS 测试 (@benjaminbrandt)
¥Running AngularJS Tests with Jest by Ben Brandt (@benjaminbrandt)
-
使用 Jest Actions 进行 AngularJS 单元测试(繁体中文) 克里斯·王 (@dwatow)
¥AngularJS Unit Tests with Jest Actions (Traditional Chinese) by Chris Wang (@dwatow)
Angular
-
米哈乌·皮耶查拉 (Michał Pierzchała) 的 使用 Jest 更快地测试 Angular (@thymikee)
¥Testing Angular faster with Jest by Michał Pierzchała (@thymikee)
MobX
-
威尔·斯特恩的 如何使用 Jest 测试 React 和 MobX (@willsterndev)
¥How to Test React and MobX with Jest by Will Stern (@willsterndev)
Redux
-
Redux 文档的 编写测试
¥Writing Tests by Redux docs
Express.js
-
如何使用 Jest 和 Supertest 测试 Express.js 作者:Albert 高 (@albertgao)
¥How to test Express.js with Jest and Supertest by Albert Gao (@albertgao)
GatsbyJS
-
单元测试 by GatsbyJS 文档
¥Unit Testing by GatsbyJS docs
Hapi.js
-
使用 Jest 测试 Hapi.js 尼拉拉尔
¥Testing Hapi.js With Jest by Niralar
Next.js
-
Next.js 文档的 Jest 和 React 测试库
¥Jest and React Testing Library by Next.js docs
NestJS
-
Jest 和 NestJS 依赖 由 NestJS 文档
¥Jest and NestJS dependencies by NestJS docs