1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-30 09:04:56 +01:00
2018-07-12 00:46:55 +09:00

14 lines
413 B
JavaScript

// import Vue from 'vue'
// import LandingPage from '@/components/LandingPage'
// describe('LandingPage.vue', () => {
// it('should render correct contents', () => {
// const vm = new Vue({
// el: document.createElement('div'),
// render: h => h(LandingPage)
// }).$mount()
// expect(vm.$el.querySelector('.title').textContent).to.contain('Welcome to your new project!')
// })
// })