vue2/test/unit/specs/test.spec.js

8 lines
143 B
JavaScript
Raw Normal View History

2016-04-24 08:00:38 +08:00
import Vue from 'vue'
describe('test', function () {
it('should pass', function () {
expect(Vue.config.replace).toBeUndefined()
})
})