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"
  ]
}

/jest-plugin-enzyme/

    Package Sidebar

    Install

    npm i jest-plugin-enzyme

    Weekly Downloads

    44

    Version

    2.9.0

    License

    MIT

    Unpacked Size

    2.56 kB

    Total Files

    6

    Last publish

    Collaborators

    • negativetwelve