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
- Host: GitHub
- URL: https://github.com/coot/purescript-enzyme
- Owner: coot
- License: mit
- Created: 2017-04-06T09:12:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T21:42:46.000Z (about 8 years ago)
- Last Synced: 2025-03-25T13:13:17.792Z (about 1 year ago)
- Language: PureScript
- Size: 98.6 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-enzyme
[](http://github.com/coot)
[](https://pursuit.purescript.org/packages/purescript-enzyme)
[](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).