Hello.spec.js (393B)
1 // import Vue from 'vue'
2 // import Hello from 'src/components/Hello'
3
4 // describe('Hello.vue', () => {
5 // xit('should render correct contents', () => {
6 // const vm = new Vue({
7 // el: document.createElement('div'),
8 // render: (h) => h(Hello)
9 // })
10 // expect(vm.$el.querySelector('.hello h1').textContent)
11 // .to.equal('Welcome to Your Vue.js App')
12 // })
13 // })