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
#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 5b45d27 commit b37cc7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin-jest/src/index.js
Original file line number Diff line number Diff line change
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 b37cc7c

Please sign in to comment.