vue3-yuanma/packages/runtime-core/__tests__/apiWatch.spec.ts
2019-08-23 15:32:19 -04:00

6 lines
135 B
TypeScript

// reference: https://vue-composition-api-rfc.netlify.com/api.html#watch
describe('api: watch', () => {
test.todo('should work')
})