Whitelist assert global for tests

This commit is contained in:
Daniel Gasienica 2018-04-25 13:28:28 -04:00
parent 4a5e61eaf4
commit 9a76d4bcf8

View file

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