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 skovhus committed Apr 29, 2017
1 parent f8849a3 commit 9b087cf
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 9b087cf

Please sign in to comment.