test: more test todos

This commit is contained in:
Evan You 2019-08-23 09:21:29 -04:00
parent ce51ca30d8
commit e1bbfbba94
2 changed files with 7 additions and 0 deletions

View File

@ -71,4 +71,8 @@ describe('reactivity/value', () => {
expect(typeof (c.value.b + 1)).toBe('number')
})
test.todo('isRef')
test.todo('toRefs')
})

View File

@ -0,0 +1,3 @@
// reference: https://vue-composition-api-rfc.netlify.com/api.html#template-refs
describe('api: template refs', () => {})