Testing other frameworks
Although Jest may be considered a React-specific test runner, in fact it is a universal testing platform, with the ability to adapt to any JavaScript library or framework. En esta sección nos gustaría enlazar con posts de la comunidad y artículos sobre integración de Jest en otras librerias populares de JS.
Vue.js #
- Jest para todos: episodio 1 — Vue.js por Cristian Carlesso ( @kentaromiura)
AngularJS #
- Testing en una aplicación AngularJS con Jest por Matthieu Lux ( @Swiip)
Angular #
- Testea Angular más rápido con Jest por Michał Pierzchała ( @thymikee)
MobX #
- Cómo testeart React y MobX con Jest por Will Stern ( @willsterndev)
Redux #
- Escribiendo Tests por Redux docs
WebComponents #
- Testing WebComponents with Jest and Webpack by Rafał Lorenz (@vardius)