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
- Host: GitHub
- URL: https://github.com/gstcarv/react-unit-tests-learning
- Owner: gstcarv
- Created: 2022-02-18T16:32:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T16:32:45.000Z (over 4 years ago)
- Last Synced: 2025-03-01T11:15:36.761Z (over 1 year ago)
- Topics: react, testing, typescript
- Language: TypeScript
- Homepage:
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```