/ui-test

Primary LanguageTypeScript

環境構築コマンド

順番に以下のコマンドを叩いてください

下記コマンドで react, typescript を選択
npm vite@latest

上記で作成したディレクトリに移動して
npm i

npm i -D jest-environment-jsdom @testing-library/react @testing-library/jest-dom @testing-library/user-event

npx ts-jest config:init