https://github.com/patelvivekdev/react-vitest-typescript
https://github.com/patelvivekdev/react-vitest-typescript
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patelvivekdev/react-vitest-typescript
- Owner: patelvivekdev
- Created: 2024-08-03T06:00:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-24T04:10:04.000Z (over 1 year ago)
- Last Synced: 2025-03-29T18:28:08.642Z (10 months ago)
- Language: JavaScript
- Homepage: https://react-vitest.netlify.app
- Size: 441 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vitest + Typescript
This is a simple project to show how to test a React application using Vitest.
This project also uses following libraries:
- [React](https://reactjs.org)
- [Typescript](https://www.typescriptlang.org)
- [React Router](https://reactrouter.com)
- [React Query](https://react-query.tanstack.com)
- [Vitest](https://vitest.dev)
- [React Testing Library](https://testing-library.com/docs/react-testing-library/intro)
- [Playwright](https://playwright.dev)
- [MSW](https://mswjs.io)
- [Vite](https://vitejs.dev)
- [ESLint](https://eslint.org)
- [Prettier](https://prettier.io)
- [Husky](https://typicode.github.io/husky)
- [Lint Staged](https://github.com/lint-staged/lint-staged)