vue2/test/unit/specs/main.js

7 lines
144 B
JavaScript
Raw Normal View History

2014-07-09 06:14:04 +08:00
var Vue = require('../../../src/vue.js')
2014-07-09 01:45:53 +08:00
describe('test', function () {
2014-07-09 06:14:04 +08:00
it('should work', function () {
expect(Vue).toBeDefined()
})
2014-07-09 01:45:53 +08:00
})