Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)