mirror of https://github.com/vuejs/vue.git
8 lines
143 B
JavaScript
8 lines
143 B
JavaScript
|
|
import Vue from 'vue'
|
||
|
|
|
||
|
|
describe('test', function () {
|
||
|
|
it('should pass', function () {
|
||
|
|
expect(Vue.config.replace).toBeUndefined()
|
||
|
|
})
|
||
|
|
})
|