Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 362 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 362 Bytes

React Testing Library

Demo of using React Testing Library with Tailwind components.

Uses vitest for a faster alternative to jest.

npm install

To run the tests:

npm test

To generate a coverage report:

npm run test:coverage

To see the component stories:

npm run storybook

To run the app itself:

npm run dev