summaryrefslogtreecommitdiff
path: root/spec/javascripts
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-04-06 17:02:55 -0500
committerMike Greiling <mike@pixelcog.com>2017-04-09 15:22:53 -0500
commit04f29d6ede22b8a335a9bab572f65be00db4dd64 (patch)
tree181bddf8c6dc7ee392f973a42866d5e64b88a998 /spec/javascripts
parent4cc88f59534acc01ab2ec0609418f9fad1f51918 (diff)
downloadgitlab-ce-04f29d6ede22b8a335a9bab572f65be00db4dd64.tar.gz
convert pipeline async_button component to vue template
Diffstat (limited to 'spec/javascripts')
-rw-r--r--spec/javascripts/vue_pipelines_index/async_button_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/vue_pipelines_index/async_button_spec.js b/spec/javascripts/vue_pipelines_index/async_button_spec.js
index bc8e504c413..6e910d2dc71 100644
--- a/spec/javascripts/vue_pipelines_index/async_button_spec.js
+++ b/spec/javascripts/vue_pipelines_index/async_button_spec.js
@@ -1,5 +1,5 @@
import Vue from 'vue';
-import asyncButtonComp from '~/vue_pipelines_index/components/async_button';
+import asyncButtonComp from '~/vue_pipelines_index/components/async_button.vue';
describe('Pipelines Async Button', () => {
let component;