cossack910 / ReactJest

React Testing Library + JEST
0 stars 0 forks source link

React Testing Libraly #2

Open cossack910 opened 1 year ago

cossack910 commented 1 year ago

install (vite環境)

参考 https://zenn.dev/longbridge/articles/9e9758181c8846参考記事にあるtesting-library/react-hooksはreact18では使用不可

docker exec -it reactjest npm install @testing-library/react --save-dev
docker exec -it reactjest npm install @testing-library/jest-dom --save-dev 
docker exec -it reactjest npm install @testing-library/user-event --save-dev
cossack910 commented 1 year ago

Element to Roles https://github.com/A11yance/aria-query

cossack910 commented 11 months ago

react18からCustom Hooksテスト https://zenn.dev/k_kazukiiiiii/articles/9f48bdd20435d2