aboutsummaryrefslogtreecommitdiff
path: root/test/unit/specs/Hello.spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/specs/Hello.spec.js')
-rw-r--r--test/unit/specs/Hello.spec.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/unit/specs/Hello.spec.js b/test/unit/specs/Hello.spec.js
deleted file mode 100644
index d66e39ef..00000000
--- a/test/unit/specs/Hello.spec.js
+++ /dev/null
@@ -1,13 +0,0 @@
-// import Vue from 'vue'
-// import Hello from 'src/components/Hello'
-
-// describe('Hello.vue', () => {
-// xit('should render correct contents', () => {
-// const vm = new Vue({
-// el: document.createElement('div'),
-// render: (h) => h(Hello)
-// })
-// expect(vm.$el.querySelector('.hello h1').textContent)
-// .to.equal('Welcome to Your Vue.js App')
-// })
-// })