https://github.com/toxe/react-testing
React testing examples
https://github.com/toxe/react-testing
dom-testing-library expect-more-jest jest jest-dom jest-extended react test testing testing-library testing-library-react user-event
Last synced: 4 months ago
JSON representation
React testing examples
- Host: GitHub
- URL: https://github.com/toxe/react-testing
- Owner: Toxe
- License: mit
- Created: 2020-09-28T10:43:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-09T10:09:56.000Z (about 5 years ago)
- Last Synced: 2025-06-06T07:06:39.582Z (7 months ago)
- Topics: dom-testing-library, expect-more-jest, jest, jest-dom, jest-extended, react, test, testing, testing-library, testing-library-react, user-event
- Language: JavaScript
- Homepage:
- Size: 246 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React testing examples
An example React testing app.
## Running the application
```
npm start
```
### Run tests
```
npm test
```