Skip to content

Commit

Permalink
fix: added test globals
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 12, 2018
1 parent ed986d9 commit b0e4fff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ module.exports = {
quotes: ['error', 'single'],
semi: ['error', 'never'],
},
globals: {
context: true,
it: true,
}
}

0 comments on commit b0e4fff

Please sign in to comment.