Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rozsival/testing-library-example
๐ ApiTree Academy example of React Testing Library.
https://github.com/rozsival/testing-library-example
Last synced: 1 day ago
JSON representation
๐ ApiTree Academy example of React Testing Library.
- Host: GitHub
- URL: https://github.com/rozsival/testing-library-example
- Owner: rozsival
- Created: 2022-10-17T07:34:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:45:10.000Z (11 months ago)
- Last Synced: 2024-10-11T19:49:56.652Z (26 days ago)
- Language: TypeScript
- Size: 225 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Testing Library Example
ApiTree Academy example of React Testing Library for components and hooks.
## ๐พ Installation
```bash
nvm use
yarn install
```## ๐จโ๐ป Development
```bash
yarn start
```## ๐งช Testing
```bash
yarn test
```## ๐ Guides
- [Guiding Principles](https://testing-library.com/docs/guiding-principles)
- [Testing Best Practices](https://infinum.com/handbook/frontend/react/testing-best-practices)
- [Testing React Apps](https://jestjs.io/docs/tutorial-react)