Skip to content

Commit

Permalink
adding spyOn to the list of globals for the eslint env jest/globals s… (
Browse files Browse the repository at this point in the history
jestjs#3196)

* adding spyOn to the list of globals for the eslint env jest/globals setting

* reorder spyOn environmental global based on ascending order rule
  • Loading branch information
shaunwallace authored and aaronabramov committed Mar 23, 2017
1 parent 11b312f commit 184ca29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin-jest/src/index.js
Expand Up @@ -36,6 +36,7 @@ module.exports = {
jest: false,
pit: false,
require: false,
spyOn: false,
test: false,
xdescribe: false,
xit: false,
Expand Down

0 comments on commit 184ca29

Please sign in to comment.