Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liaojimmy/react-unit-testing
React.js unit testing tutorial
https://github.com/liaojimmy/react-unit-testing
Last synced: about 2 months ago
JSON representation
React.js unit testing tutorial
- Host: GitHub
- URL: https://github.com/liaojimmy/react-unit-testing
- Owner: LiaoJimmy
- Created: 2024-05-11T13:47:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T02:54:04.000Z (5 months ago)
- Last Synced: 2024-08-12T03:39:26.793Z (5 months ago)
- Language: TypeScript
- Size: 1.56 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-unit-testing
React.js unit testing tutorial
# Run the project
1. Install the dependencies
```bash
npm install
```2. Run the storybook
```bash
npm run storybook
```3. Run the test with watch mode
```bash
npm run test:watch
```4. Run the test with coverage
```bash
npm run test
```# Template
https://github.com/divshekhar/react-typescript-template.git