aboutsummaryrefslogtreecommitdiff
path: root/test/unit/specs/Hello.spec.js
diff options
context:
space:
mode:
authorMaxim Filippov <colixer@gmail.com>2018-12-05 17:57:07 +0300
committerMaxim Filippov <colixer@gmail.com>2018-12-06 22:09:54 +0300
commitc3c75e07024dc0b0df2d9ddd06fc0ef5d8ff038e (patch)
tree2c209255376d6cefe1577d649b010beb10b39cf6 /test/unit/specs/Hello.spec.js
parent79d864c3f2cc7e72fdcc957168ce5ed2d0a61686 (diff)
Remove dummy component
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')
-// })
-// })