aboutsummaryrefslogtreecommitdiff
path: root/test/unit/specs/Hello.spec.js
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2018-12-18 22:09:27 +0200
committershpuld <shp@cock.li>2018-12-18 22:09:27 +0200
commit640a28789222035f8d500b8dd4bfc4c9f0cdd1af (patch)
treede6e7a72f0a90b8196b1bf99ac0fe4cd5bfe39a2 /test/unit/specs/Hello.spec.js
parentbd2ed617a740ef3b37dedf3bed608e433dc0ec09 (diff)
parent2f28bf95fdce6a215961fe264c236c111e4a1e66 (diff)
Merge branch 'develop' into feature/replace-panel-switcher
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')
-// })
-// })