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-07-10 16:27:39 +0300
committerClement Ho <clemmakesapps@gmail.com>2019-07-10 16:27:39 +0300
commita5d4c5879f67fdada8ed52b6e1476ea9b706c9d1 (patch)
tree765c7b06c610c86f5b23038616983eb0f23035cd /spec/frontend
parent863930cdfcca9051f0a5902ce3fa0594f3aeac52 (diff)
Workaround ESLint only resolving paths in test files
Diffstat (limited to 'spec/frontend')
-rw-r--r--spec/frontend/error_tracking_settings/mock.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/error_tracking_settings/mock.js b/spec/frontend/error_tracking_settings/mock.js
index 42233f82d54..8c5bfd08beb 100644
--- a/spec/frontend/error_tracking_settings/mock.js
+++ b/spec/frontend/error_tracking_settings/mock.js
@@ -1,5 +1,5 @@
import createStore from '~/error_tracking_settings/store';
-import { TEST_HOST } from '../helpers/test_constants';
+import { TEST_HOST } from 'helpers/test_constants';
const defaultStore = createStore();