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,
|
||||
},
|
||||
|
||||
globals: {
|
||||
assert: true
|
||||
},
|
||||
|
||||
parserOptions: {
|
||||
sourceType: 'script',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue