Ver código fonte

fix(tests): refine comment for multi-root VDOM component in hydration test

daiwei 1 mês atrás
pai
commit
46fdda0b4e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/runtime-vapor/__tests__/hydration.spec.ts

+ 1 - 1
packages/runtime-vapor/__tests__/hydration.spec.ts

@@ -6361,7 +6361,7 @@ describe('VDOM interop', () => {
   })
 
   test('hydrate handwritten multi-root VDOM component inside multi-root Vapor component', async () => {
-    // Handwritten VDOM component (setup + render fn) that returns a Fragment (multi-root)
+    // Handwritten VDOM component that returns a Fragment (multi-root)
     const MultiRootVDOM = {
       setup() {
         return () => [