From 26d47c0f41bcad356480fd926c1747c205296cc2 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Mon, 7 Nov 2016 18:03:48 +0100 Subject: [PATCH] Remove example spec. --- test/unit/specs/Hello.spec.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/test/unit/specs/Hello.spec.js b/test/unit/specs/Hello.spec.js index a6965db0..d66e39ef 100644 --- a/test/unit/specs/Hello.spec.js +++ b/test/unit/specs/Hello.spec.js @@ -1,13 +1,13 @@ -import Vue from 'vue' -import Hello from 'src/components/Hello' +// import Vue from 'vue' +// import Hello from 'src/components/Hello' -describe('Hello.vue', () => { - it('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') - }) -}) +// 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') +// }) +// })