Testing other frameworks
Jest は React 専用のテストランナーと思われているかもしれませんが、実際はあらゆる JavaScript ライブラリーやフレームワークに適用可能なユニバーサルなテスティングプラットフォームです。 このセクションでは Jest を React 以外の一般的な JS ライブラリーと統合することに関したコミュニティの投稿や記事へをリンクを紹介します。
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)