# enzyme-matchers

> Testing Matchers for Enzyme

Latest version **7.1.2** (published 2019-10-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install enzyme-matchers
pnpm add enzyme-matchers
yarn add enzyme-matchers
bun add enzyme-matchers
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 7.1.2 |
| Published | 2019-10-29 |
| First published | 2016-10-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 95.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 886 |
| Author | Blaine Kasten |
| Maintainers | blainekasten |

## Links

- npm: https://www.npmjs.com/package/enzyme-matchers
- Repository: https://github.com/FormidableLabs/enzyme-matchers
- Homepage: https://github.com/FormidableLabs/enzyme-matchers/packages/enzyme-matchers#readme
- Issues: https://github.com/FormidableLabs/enzyme-matchers/issues
- npm.io page: https://npm.io/package/enzyme-matchers

## Dependencies (2)

- [deep-equal-ident](https://npm.io/package/deep-equal-ident.md) ^1.1.1
- [circular-json-es6](https://npm.io/package/circular-json-es6.md) ^2.0.1

## Recent versions

- 7.1.2 (latest) — 2019-10-29
- 2.1.2-beta1 (beta) — 2017-02-04
- 2.1.1-rc1 (next) — 2017-02-02
- 7.1.1 — 2019-09-04
- 7.1.0 — 2019-08-06
- 7.0.2 — 2019-03-07
- 7.0.1 — 2018-11-03
- 7.0.0 — 2018-10-08
- 6.1.2 — 2018-09-21
- 6.1.1 — 2018-09-20
- 6.1.0 — 2018-09-20
- 6.0.5 — 2018-09-20
- 6.0.4 — 2018-08-27
- 6.0.3 — 2018-08-08
- 6.0.2 — 2018-06-20
- … 40 more at https://npm.io/package/enzyme-matchers/versions

## README

# 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
```

---
_Source: https://npm.io/package/enzyme-matchers · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
