Skip to content

Latest commit

 

History

History

eslint-config-jest-enzyme

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

eslint-config-jest-enzyme

npm version License

Installation

We suggest using yarn for installations.

yarn add eslint-config-jest-enzyme --dev

But npm works too!

$ npm install eslint-config-jest-enzyme --save-dev

Setup

Add this extend to your eslint file:

{
  "extends": [
    "jest-enzyme"
  ]
}

This configuration only applies to test files that end in *.test.js.