From cba6de4f2a07816bebc77fabd0e3d03f6f18ddfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Mon, 7 Mar 2022 09:33:08 +0300 Subject: [PATCH] Update .eslintrc.js --- .eslintrc.js | 3 +++ 1 file changed, 3 insertions(+) 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