jest-plugin-enzyme

2.9.0 • Public • Published

jest-plugin-enzyme

npm npm npm

Jest plugin to quickly add enzyme to tests.

Getting Started

Install jest-plugin-enzyme using yarn:

yarn add --dev jest-plugin-enzyme

Usage

This package isn't used directly within tests. It's used to construct other jest-plugins like jest-plugin-it-shallow-renders.

If you want to configure enzyme for react automatically, you can modify the jest section of your package.json to include:

"jest"{
  "setupFiles": [
    "jest-plugin-enzyme/setup"
  ]
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.9.0
    24
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.9.0
    24
  • 2.8.2
    0
  • 2.8.1
    0
  • 2.8.0
    0

Package Sidebar

Install

npm i jest-plugin-enzyme

Weekly Downloads

6

Version

2.9.0

License

MIT

Unpacked Size

2.56 kB

Total Files

6

Last publish

Collaborators

  • negativetwelve