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

https://github.com/coot/purescript-enzyme

Purescript bindings for enzyme library
https://github.com/coot/purescript-enzyme

Last synced: about 1 year ago
JSON representation

Purescript bindings for enzyme library

Awesome Lists containing this project

README

          

# purescript-enzyme

[![Maintainer: coot](https://img.shields.io/badge/maintainer-coot-lightgrey.svg)](http://github.com/coot)
[![Documentation](https://pursuit.purescript.org/packages/purescript-enzyme/badge)](https://pursuit.purescript.org/packages/purescript-enzyme)
[![Build Status](https://travis-ci.org/coot/purescript-enzyme.svg?branch=master)](https://travis-ci.org/coot/purescript-enzyme)

Purescript bindings for [enzyme](https://github.com/airbnb/enzyme) library.

# Installation
```
bower install purescript-enzyme
```

You will also need to install `npm` dependencies:
```
npm i --save-dev enzyme react-addons-test-utils react-test-renderer
# and react if you don't have it yet
npm i --save-dev react
```

# Documentation
Module documentation is [published on Pursuit](http://pursuit.purescript.org/purescript-enzyme).