Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akiran/react-test-examples
Basic examples for testing react components
https://github.com/akiran/react-test-examples
Last synced: about 1 month ago
JSON representation
Basic examples for testing react components
- Host: GitHub
- URL: https://github.com/akiran/react-test-examples
- Owner: akiran
- Created: 2015-08-02T11:45:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-03T08:35:05.000Z (over 9 years ago)
- Last Synced: 2024-05-01T21:30:18.356Z (7 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing examples of react
To run tests
```
npm install
npm test
```