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

https://github.com/gstcarv/react-unit-tests-learning

Simple unit test cases using react-testing-library
https://github.com/gstcarv/react-unit-tests-learning

react testing typescript

Last synced: 3 months ago
JSON representation

Simple unit test cases using react-testing-library

Awesome Lists containing this project

README

          

# Creating unit testing with React Testing Library

Study case creating simple unit tests with login and register screens

## Run the app

To run the app, you must install the dependencies and the start the react server

```sh
yarn install
yarn start
```

Running tests

```sh
yarn test
```