Move to frontend folder

This commit is contained in:
Ben Ramey
2018-04-17 07:35:43 -05:00
committed by benjaminramey
parent 2b5b821721
commit d7330814b6
35 changed files with 0 additions and 0 deletions

View File

@@ -1,11 +0,0 @@
import Vue from 'vue'
import HelloWorld from '@/components/HelloWorld'
describe('HelloWorld.vue', () => {
it('should render correct contents', () => {
const Constructor = Vue.extend(HelloWorld)
const vm = new Constructor().$mount()
expect(vm.$el.querySelector('.hello h1').textContent)
.toEqual('Welcome to Your Vue.js App')
})
})