naroBlog
About
Tags
About
Tags
React の記事一覧
Next.jsでJest+React Testing Library を使用するための設定
2021-01-17
NextJS
フロントエンド
React
関連パッケージのインストール npm install -D jest jest-dom @types/jest ts-jest @testing-library/dom @testing-library/jest-dom @testing-library/react 設定ファイルの用意 // .babelrc { "presets": ["next/babel"] } ...
続きを読む