Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hartzis/simple-react-enzyme-examples
Simple react component tests using airbnb's enzyme
https://github.com/hartzis/simple-react-enzyme-examples
Last synced: about 2 months ago
JSON representation
Simple react component tests using airbnb's enzyme
- Host: GitHub
- URL: https://github.com/hartzis/simple-react-enzyme-examples
- Owner: hartzis
- Created: 2015-12-27T18:22:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-27T19:30:30.000Z (about 9 years ago)
- Last Synced: 2024-10-15T20:34:37.643Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-react-enzyme-examples
Simple react component tests using airbnb's [enzyme](https://github.com/airbnb/enzyme)###Setup
* Clone and/or fork repo
* Install deps `npm install`
* Run tests `npm test`###Blog bost
Check out the small blog post related to this example here [Simply test react components](http://www.hartzis.me/react-testing)