pleroma-fe/test/unit/specs/Hello.spec.js

14 lines
393 B
JavaScript
Raw Normal View History

2016-11-07 18:03:48 +01:00
// import Vue from 'vue'
// import Hello from 'src/components/Hello'
2016-10-26 16:46:32 +02:00
2016-11-07 18:03:48 +01:00
// 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')
// })
// })