Jest
https://gyazo.com/19fa112605db8567424d140c47f9a305
JavaScript
の
Test テスト Testing
フレームワーク
Jest · 🃏 Delightful JavaScript Testing
類似
mocha
メソッド
beforeEach
使い所:個々のテストの開始前に何らかの処理を行いたい
マッチャー
toStrictEqual
toBeうまく行かなかったので変更したらうまく行った。
toBe
初期設定
code:bin.sh
npm i -D jest
個人開発
github.icon
KiichiSugihara/jest-sandbox: sandbox for JEST
GitHub.icon
KiichiSugihara/my-javascript-algorithms
GitHub.icon
KiichiSugihara/design-patterns-ts: Design Patterns with TypeScript
参考
GitHub.icon
trekhleb/javascript-algorithms: 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
Test Driven Development with Jest - codeburst
JestでプレーンJS/Vue.jsのTDDを行う - Qiita
Jestで始める! ユニットテスト - 環境の準備とテストの実行 | CodeGrid