mirror of https://github.com/vuejs/core.git
test: more test todos
This commit is contained in:
parent
ce51ca30d8
commit
e1bbfbba94
|
@ -71,4 +71,8 @@ describe('reactivity/value', () => {
|
|||
|
||||
expect(typeof (c.value.b + 1)).toBe('number')
|
||||
})
|
||||
|
||||
test.todo('isRef')
|
||||
|
||||
test.todo('toRefs')
|
||||
})
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
// reference: https://vue-composition-api-rfc.netlify.com/api.html#template-refs
|
||||
|
||||
describe('api: template refs', () => {})
|
Loading…
Reference in New Issue