Motomichi Works Blog

モトミチワークスブログです。その日学習したことについて書いている日記みたいなものです。

2024-09-09から1日間の記事一覧

jestを実行したときの error TS6142: Module './path/to/your/module' was resolved to 'example.tsx', but '--jsx' is not set. を解決する

参照したページ 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…