var Vue = require('../../../src/vue.js')
describe('test', function () {
it('should work', function () {
expect(Vue).toBeDefined()
})