Skip to content

Commit

Permalink
Merge pull request #8 from SafdarJamal/feature/unit-testing
Browse files Browse the repository at this point in the history
Add Testing Support with Vitest
  • Loading branch information
SafdarJamal committed Jul 26, 2023
2 parents 34cfc4c + 333d4cd commit 4250479
Show file tree
Hide file tree
Showing 6 changed files with 4,996 additions and 364 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ vite-template-react
└── src
├── App.css
├── App.jsx
├── App.test.jsx
├── index.css
├── index.jsx
└── logo.svg
└── setupTests.js
├── .gitignore
├── index.html
├── package.json
Expand Down Expand Up @@ -75,11 +77,12 @@ And then open http://localhost:3000 to view it in the browser.

In this project, you can run the following scripts:

| Script | Description |
| ------------- | --------------------------------------------------- |
| npm run dev | Runs the app in the development mode. |
| npm run build | Builds the app for production to the `dist` folder. |
| npm run serve | Serves the production build from the `dist` folder. |
| Script | Description |
| ------------- | ------------------------------------------------------- |
| npm start | Runs the app in the development mode. |
| npm test | Launches the test runner in the interactive watch mode. |
| npm run build | Builds the app for production to the `dist` folder. |
| npm run serve | Serves the production build from the `dist` folder. |

## Credits

Expand Down
Loading

0 comments on commit 4250479

Please sign in to comment.