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

6 lines
143 B
TypeScript
Raw Normal View History

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