summaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2019-02-27 09:22:04 +0000
committerPhil Hughes <me@iamphill.com>2019-02-27 09:22:04 +0000
commit2dcbc0fa5657ab5c4ed46c5c84b8674faec36ea8 (patch)
tree8af13dbe625d949ebd9d5222e2592719b9d8e999 /jest.config.js
parent5a38068a0e8fbc149a0a586d5825d21f9cb124f4 (diff)
parent752926e6df4b2364ddeac76f741207af1e8af351 (diff)
downloadgitlab-ce-2dcbc0fa5657ab5c4ed46c5c84b8674faec36ea8.tar.gz
Merge branch 'winh-dequarantine-labels-autocomplete' into 'master'
Move gfm_autocomplete_spec.rb out of quarantine Closes #57995 and #56843 See merge request gitlab-org/gitlab-ce!25542
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jest.config.js b/jest.config.js
index 5ee56b244c7..225f01de303 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -18,6 +18,7 @@ module.exports = {
moduleNameMapper: {
'^~(.*)$': '<rootDir>/app/assets/javascripts$1',
'^ee(.*)$': '<rootDir>/ee/app/assets/javascripts$1',
+ '^fixtures(.*)$': '<rootDir>/spec/javascripts/fixtures$1',
'^helpers(.*)$': '<rootDir>/spec/frontend/helpers$1',
'^vendor(.*)$': '<rootDir>/vendor/assets/javascripts$1',
'\\.(jpg|jpeg|png|svg)$': '<rootDir>/spec/frontend/__mocks__/file_mock.js',