Skip to content

Commit

Permalink
Whitelists node globals for eslint jest configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpurvis committed May 20, 2020
1 parent 88ed1fa commit 04b57da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
'**/*.spec.js'
],
env: {
jest: true
node: true
},
extends: [
'plugin:jest/recommended',
Expand Down

0 comments on commit 04b57da

Please sign in to comment.