Remove example spec.

このコミットが含まれているのは:
Roger Braun 2016-11-07 18:03:48 +01:00
コミット 26d47c0f41
1個のファイルの変更12行の追加12行の削除

ファイルの表示

@ -1,13 +1,13 @@
import Vue from 'vue' // import Vue from 'vue'
import Hello from 'src/components/Hello' // import Hello from 'src/components/Hello'
describe('Hello.vue', () => { // describe('Hello.vue', () => {
it('should render correct contents', () => { // xit('should render correct contents', () => {
const vm = new Vue({ // const vm = new Vue({
el: document.createElement('div'), // el: document.createElement('div'),
render: (h) => h(Hello) // render: (h) => h(Hello)
}) // })
expect(vm.$el.querySelector('.hello h1').textContent) // expect(vm.$el.querySelector('.hello h1').textContent)
.to.equal('Welcome to Your Vue.js App') // .to.equal('Welcome to Your Vue.js App')
}) // })
}) // })