jest
参照したページ Configuring Jest · Jest 「Cannot use JSX unless the '--jsx' flag is provided」エラー解決法 #React - Qiita unit testing - (WARN) Define `ts-jest` config under `globals` is deprecated - Stack Overflow reactjs - Why isn't ts-je…
参照したページ reactjs - How to resolve "Cannot use import statement outside a module" from Jest when running tests? - Stack Overflow 表示されたエラー FAIL src/lib/hoge/hoge.spec.ts ● Test suite failed to run Jest encountered an unexpected…
解決したいこと HOGE は定数で import しているのに、以下のような感じでテストが失敗しました。 このテストが失敗しているファイルを example.tsx とします。 ● Test suite failed to run TypeError: Cannot convert undefined or null to object at Functi…
参照したページ Jest の実行環境のサンプル Jestでテストを書こう | TypeScript入門『サバイバルTypeScript』 はじめましょう · Jest yarn upgrade について yarn upgradeのあれこれ #CLI - Qiita Error [ERR_REQUIRE_ESM]: require() of ES Module の解消に…
参考にさせていただいたページ Configuring Jest · Jest Configuring Jest · Jest GitHub - mas0061/jest-allresult-csv-reporter: A Jest plugin. Output all test results to CSV. はじめに jestのテスト実行結果を出力するためのreporterは比較的簡単に自…