diff options
| author | Roger Braun <roger@rogerbraun.net> | 2016-11-07 18:03:48 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2016-11-07 18:03:48 +0100 |
| commit | 26d47c0f41bcad356480fd926c1747c205296cc2 (patch) | |
| tree | 324b816fdd7a58bb45a4cb837f603aa0700a28c3 | |
| parent | 15c20e60328af11c5e7fd5827887cd362668cc3d (diff) | |
Remove example spec.
| -rw-r--r-- | test/unit/specs/Hello.spec.js | 24 |
1 files 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') +// }) +// }) |
