commit: 26d47c0f41bcad356480fd926c1747c205296cc2
parent: 15c20e60328af11c5e7fd5827887cd362668cc3d
Author: Roger Braun <roger@rogerbraun.net>
Date:   Mon,  7 Nov 2016 18:03:48 +0100
Remove example spec.
Diffstat:
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git 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')
+//   })
+// })