forked from AkkomaGang/akkoma-fe
Remove dummy component
This commit is contained in:
parent
79d864c3f2
commit
c3c75e0702
1 changed files with 0 additions and 13 deletions
|
@ -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')
|
||||
// })
|
||||
// })
|
Loading…
Reference in a new issue