diff --git a/.eslintrc.js b/.eslintrc.js index 69d2fd097..0ed149ed3 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -13,5 +13,8 @@ module.exports = { rules: { 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off', 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off' + }, + "env": { + "jest": true } } \ No newline at end of file