6 lines
135 B
TypeScript
Raw Normal View History

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