build: add globals for jest
This commit is contained in:
parent
788374c1ec
commit
34d93e4518
@ -7,6 +7,12 @@ module.exports = {
|
||||
'google',
|
||||
],
|
||||
'globals': {
|
||||
'expect': 'readable',
|
||||
'test': 'readable',
|
||||
'describe': 'readable',
|
||||
'beforeEach': 'readable',
|
||||
'afterEach': 'readable',
|
||||
'jest': 'readable',
|
||||
'Atomics': 'readonly',
|
||||
'SharedArrayBuffer': 'readonly',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user