diff options
author | Phil Hughes <me@iamphill.com> | 2019-02-27 09:22:04 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-02-27 09:22:04 +0000 |
commit | 2dcbc0fa5657ab5c4ed46c5c84b8674faec36ea8 (patch) | |
tree | 8af13dbe625d949ebd9d5222e2592719b9d8e999 /jest.config.js | |
parent | 5a38068a0e8fbc149a0a586d5825d21f9cb124f4 (diff) | |
parent | 752926e6df4b2364ddeac76f741207af1e8af351 (diff) | |
download | gitlab-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.js | 1 |
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', |