diff --git a/test/.eslintrc.js b/test/.eslintrc.js index 30f27856c869..375e170fbd2b 100644 --- a/test/.eslintrc.js +++ b/test/.eslintrc.js @@ -6,6 +6,10 @@ module.exports = { browser: true, }, + globals: { + assert: true + }, + parserOptions: { sourceType: 'script', },