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.iconKiichiSugihara/jest-sandbox: sandbox for JEST
GitHub.iconKiichiSugihara/my-javascript-algorithms
GitHub.iconKiichiSugihara/design-patterns-ts: Design Patterns with TypeScript
参考
GitHub.icontrekhleb/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