HelloWorld.spec.js 270 Bytes
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5 6 7 8 9 10
// import Vue from 'vue'
// import HelloWorld from '@/components/HelloWorld'

// describe('HelloWorld.vue', () => {
//   it('should be hello', () => {
//     let hello = 'hello'
//     expect(hello).to.be.a('string')
//     expect(hello).to.equal('hello')
//   })
// })