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. В этом разделе мы хотели бы указать на статьи и посты из сообщества о том, как интегрировать Jest с другими популярными JS библиотеками.
Vue.js #
- Jest for all: Episode 1 — Vue.js за авторством Cristian Carlesso (@kentaromiura)
AngularJS #
- Testing an AngularJS app with Jest за авторством Matthieu Lux (@Swiip)
Angular #
- Testing Angular faster with Jest за авторством Michał Pierzchała (@thymikee)
MobX #
- How to Test React and MobX with Jest за авторством Will Stern (@willsterndev)
Redux #
- Writing Tests в документации к Redux
WebComponents #
- Testing WebComponents with Jest and Webpack by Rafał Lorenz (@vardius)