eslint-config-jest-enzyme
v7.1.2
Published
Eslint Config for allowing jest-environment-enzyme globals
Downloads
18,497
Readme
eslint-config-jest-enzyme
Overview
This library is only useful if you are using jest-environment-enzyme
. When you are using that library, React and enzyme specific variables are globalized. This lint config lets eslint know about those globals and not warn about them.
Setup
Add this extend to your eslint file:
{
"extends": [
"jest-enzyme"
]
}
This configuration only applies to test files that end in *.test.js
.