CarlosEspinosa88 / marvel-nextjs13

Next.js 13 (app folder)
0 stars 0 forks source link

add testing library react #13

Closed CarlosEspinosa88 closed 1 year ago

CarlosEspinosa88 commented 1 year ago
  1. I installed in this project (next 13) this libraries: jest jest-environment-jsdom @testing-library/react @testing-library/jest-dom
  1. I created jest.config.js and jest.setup.js no matter if the project was created in typescript... so .js is mandatory

  2. I added "Input" test and check if everything is going well