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. In this section we'd like to link to community posts and articles about integrating Jest into other popular JS libraries.
Vue.js #
- Jest for all: Episode 1 — Vue.js by Cristian Carlesso (@kentaromiura)
AngularJS #
- Testing an AngularJS app with Jest by Matthieu Lux (@Swiip)
Angular #
- Testing Angular faster with Jest by Michał Pierzchała (@thymikee)
MobX #
- How to Test React and MobX with Jest by Will Stern (@willsterndev)
Redux #
- Writing Tests by Redux docs
WebComponents #
- Testing WebComponents with Jest and Webpack by Rafał Lorenz (@vardius)