Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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