# enzyme-matchers

[![npm version](https://img.shields.io/npm/v/enzyme-matchers.svg)](https://www.npmjs.com/package/enzyme-matchers)
![License](https://img.shields.io/npm/l/chai-enzyme.svg)

This package is primarily meant to be consumed by framework integrations within [this monorepo](https://github.com/blainekasten/enzyme-matchers). Though it can be used standalone. Look at the source if you want to see how it's used.

### Installation

We suggest using [yarn](https://github.com/yarnpkg/yarn) for installations.

```
yarn add enzyme-matchers --dev
```

But npm works too!

```
$ npm install enzyme-matchers --save-dev
```
