Whitelist assert
global for tests
This commit is contained in:
parent
4a5e61eaf4
commit
9a76d4bcf8
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ module.exports = {
|
||||||
browser: true,
|
browser: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
globals: {
|
||||||
|
assert: true
|
||||||
|
},
|
||||||
|
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
sourceType: 'script',
|
sourceType: 'script',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue