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')
|
||||
})
|
||||
|
3
packages/runtime-core/__tests__/apiTemplateRef.spec.ts
Normal file
3
packages/runtime-core/__tests__/apiTemplateRef.spec.ts
Normal file
@ -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
Block a user