vue3-yuanma/packages/runtime-core/__tests__/apiSetupContext.spec.ts

6 lines
143 B
TypeScript
Raw Normal View History

2019-08-23 10:15:39 +08:00
// reference: https://vue-composition-api-rfc.netlify.com/api.html#setup
2019-08-24 03:32:19 +08:00
describe('api: setup context', () => {
test.todo('should work')
})