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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/reports/components/test_issue_body_spec.js b/spec/frontend/reports/components/test_issue_body_spec.js
index c13a3599fef..2843620a18d 100644
--- a/spec/frontend/reports/components/test_issue_body_spec.js
+++ b/spec/frontend/reports/components/test_issue_body_spec.js
@@ -1,6 +1,6 @@
import Vue from 'vue';
-import { mountComponentWithStore } from 'helpers/vue_mount_component_helper';
import { trimText } from 'helpers/text_helper';
+import { mountComponentWithStore } from 'helpers/vue_mount_component_helper';
import component from '~/reports/components/test_issue_body.vue';
import createStore from '~/reports/store';
import { issue } from '../mock_data/mock_data';