summaryrefslogtreecommitdiff
path: root/spec/frontend/reports/components/test_issue_body_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/reports/components/test_issue_body_spec.js')
-rw-r--r--spec/frontend/reports/components/test_issue_body_spec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/frontend/reports/components/test_issue_body_spec.js b/spec/frontend/reports/components/test_issue_body_spec.js
index ff81020a4eb..c13a3599fef 100644
--- a/spec/frontend/reports/components/test_issue_body_spec.js
+++ b/spec/frontend/reports/components/test_issue_body_spec.js
@@ -1,8 +1,8 @@
import Vue from 'vue';
+import { mountComponentWithStore } from 'helpers/vue_mount_component_helper';
+import { trimText } from 'helpers/text_helper';
import component from '~/reports/components/test_issue_body.vue';
import createStore from '~/reports/store';
-import { mountComponentWithStore } from '../../helpers/vue_mount_component_helper';
-import { trimText } from '../../helpers/text_helper';
import { issue } from '../mock_data/mock_data';
describe('Test Issue body', () => {