Whitelist `assert` global for tests

This commit is contained in:
Daniel Gasienica 2018-04-25 13:28:28 -04:00
parent 4a5e61eaf4
commit 9a76d4bcf8
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ module.exports = {
browser: true,
},
globals: {
assert: true
},
parserOptions: {
sourceType: 'script',
},