vue3-core/packages/vue-compat/__tests__/compat.spec.ts

8 lines
138 B
TypeScript
Raw Normal View History

2018-09-20 11:43:27 +08:00
;(global as any).__COMPAT__ = true
2019-08-24 03:32:19 +08:00
// import Vue from '../src/index'
2018-09-20 11:43:27 +08:00
2019-08-24 03:32:19 +08:00
describe('2.x compat build', () => {
test.todo('should work')
2018-09-20 11:43:27 +08:00
})