فهرست منبع

chore: test todos

Evan You 6 سال پیش
والد
کامیت
5b38e631e7
2فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 2 0
      packages/runtime-core/__tests__/vdomElement.spec.ts
  2. 2 0
      packages/runtime-core/__tests__/vnode.spec.ts

+ 2 - 0
packages/runtime-core/__tests__/vdomElement.spec.ts

@@ -4,4 +4,6 @@ describe('vdom: element', () => {
   test.todo('with direct text children')
 
   test.todo('with text node children')
+
+  test.todo('handle already mounted VNode')
 })

+ 2 - 0
packages/runtime-core/__tests__/vnode.spec.ts

@@ -18,4 +18,6 @@ describe('vnode', () => {
   test.todo('node type inference')
 
   test.todo('cloneVNode')
+
+  test.todo('mergeProps')
 })