Skip to content

Commit

Permalink
fix: add describe
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 13, 2018
1 parent eb89ee7 commit abf75aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
semi: ['error', 'never'],
},
globals: {
context: true,
describe: true,
it: true,
}
}

0 comments on commit abf75aa

Please sign in to comment.