summaryrefslogtreecommitdiff
path: root/spec/frontend/clusters/components/uninstall_application_button_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/clusters/components/uninstall_application_button_spec.js')
-rw-r--r--spec/frontend/clusters/components/uninstall_application_button_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/clusters/components/uninstall_application_button_spec.js b/spec/frontend/clusters/components/uninstall_application_button_spec.js
index c106292965e..2596820e5ac 100644
--- a/spec/frontend/clusters/components/uninstall_application_button_spec.js
+++ b/spec/frontend/clusters/components/uninstall_application_button_spec.js
@@ -1,5 +1,5 @@
-import { shallowMount } from '@vue/test-utils';
import { GlButton } from '@gitlab/ui';
+import { shallowMount } from '@vue/test-utils';
import UninstallApplicationButton from '~/clusters/components/uninstall_application_button.vue';
import { APPLICATION_STATUS } from '~/clusters/constants';