Browse Source

test: correct template syntax in test case

daiwei 1 tháng trước cách đây
mục cha
commit
7040581a3e

+ 1 - 1
packages/runtime-vapor/__tests__/components/KeepAlive.spec.ts

@@ -2094,7 +2094,7 @@ describe('VaporKeepAlive', () => {
           throw err
         })
 
-        return template(`<span></span`)()
+        return template(`<span></span>`)()
       },
     })