Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ducnguyenhong/unit-test-react

Unit Testing with ReactJS
https://github.com/ducnguyenhong/unit-test-react

jest msw react testing-library typescript

Last synced: 20 days ago
JSON representation

Unit Testing with ReactJS

Awesome Lists containing this project

README

        

# Unit Testing with ReactJS

## Technologies:

- ReactJS, Typescript, Jest, React Testing Library, MSW...

## Test function:

Code: **`src/test-function`**

- Function to calculate sum of 2 numbers
- Function to calculate total amount of order

## Test component:

Code: **`src/test-component`**

- Test component has data
- Test component has loading
- Test component empty data
- Test component has error

## Usage

**`yarn install`**

**`yarn test`**

## Results

![Test results](/public/results.png 'Test results')