Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2019-03-27 16:55:40 +0300
committerWinnie Hellmann <winnie@gitlab.com>2019-03-29 09:33:30 +0300
commitb0e26ed5cedc9452b63616a58d52c404ff5b5c98 (patch)
tree55b1475a12b7f60c668e6f6234a3afe10dfd99b8 /spec/frontend/.eslintrc.yml
parent9c2237569d9ff9dcca8182de794506b5500ef024 (diff)
Add Karma-style fixture helpers to Jest
Diffstat (limited to 'spec/frontend/.eslintrc.yml')
-rw-r--r--spec/frontend/.eslintrc.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/spec/frontend/.eslintrc.yml b/spec/frontend/.eslintrc.yml
index 046215e4c93..054dc27cda6 100644
--- a/spec/frontend/.eslintrc.yml
+++ b/spec/frontend/.eslintrc.yml
@@ -2,8 +2,13 @@
env:
jest/globals: true
plugins:
-- jest
+ - jest
settings:
import/resolver:
jest:
- jestConfigFile: "jest.config.js"
+ jestConfigFile: 'jest.config.js'
+globals:
+ getJSONFixture: false
+ loadFixtures: false
+ preloadFixtures: false
+ setFixtures: false