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.
React
- Testing ReactJS components with Jest by Kent C. Dodds (@kentcdodds)
Vue.js
- Testando componentes Vue.js com Jest por Alex Jover Morales (@alexjoverm)
- Jest for all: Episode 1 — Vue.js by Cristian Carlesso (@kentaromiura)
AngularJS
- Testando um app AngularJS com Jest (em inglês) por Matthieu Lux (@Swiip)
- Executando testes em AngularJS com Jest por Ben Brandt (@benjaminbrandt)
- AngularJS Unit Tests with Jest Actions (Traditional Chinese) by Chris Wang (@dwatow)
Angular
- Testando Angular de modo mais rápido com Jest (em inglês) por Michał Pierzchała (@thymikee)
MobX
- Como Testar React e MobX com Jest (em inglês) por Will Stern (@willsterndev)
Redux
- Escrevendo Testes (em inglês) por documentação Redux
Express.js
- How to test Express.js with Jest and Supertest by Albert Gao (@albertgao)
GatsbyJS
- Unit Testing by GatsbyJS docs
Hapi.js
- Testing Hapi.js With Jest by Niralar
Next.js
- Jest and React Testing Library by Next.js docs