]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
test(vOnce): remove todo for hoistStatic test case
authordaiwei <daiwei521@126.com>
Wed, 26 Nov 2025 06:39:10 +0000 (14:39 +0800)
committerdaiwei <daiwei521@126.com>
Wed, 26 Nov 2025 06:39:10 +0000 (14:39 +0800)
packages/compiler-vapor/__tests__/transforms/vOnce.spec.ts

index 4a42901a1c2f99366b4ce9cdde802d38fc794d80..eb15379437baa1bd03514232ef9259cf2d275d7f 100644 (file)
@@ -152,8 +152,6 @@ describe('compiler: v-once', () => {
     expect(ir.block.operation).lengthOf(0)
   })
 
-  test.todo('with hoistStatic: true')
-
   test('with v-if', () => {
     const { ir, code } = compileWithOnce(`<div v-if="expr" v-once />`)
     expect(code).toMatchSnapshot()