From d41833472d369ed94958f75b8f1b777c60d2eabf Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sun, 30 Sep 2018 09:25:25 +0400 Subject: Settings for this testing environment Signed-off-by: Valentin Popov --- .eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index b6af3aa..ae4e230 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,6 +2,7 @@ "env": { "browser": true, "es6": true, + "jest/globals": true, "jquery": true, "node": true }, @@ -11,6 +12,7 @@ "jquery", "plugin:import/errors", "plugin:import/warnings", + "plugin:jest/recommended", "plugin:node/recommended", "plugin:promise/recommended", "plugin:security/recommended", @@ -21,6 +23,7 @@ "plugins": [ "compat", "import", + "jest", "no-loops", "no-loops", "no-use-extend-native", -- cgit v1.2.3