From: daiwei Date: Wed, 26 Nov 2025 06:39:10 +0000 (+0800) Subject: test(vOnce): remove todo for hoistStatic test case X-Git-Tag: v3.6.0-alpha.6~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7e80eed2335f21cb6ae73737bd8b225992deaab;p=thirdparty%2Fvuejs%2Fcore.git test(vOnce): remove todo for hoistStatic test case --- diff --git a/packages/compiler-vapor/__tests__/transforms/vOnce.spec.ts b/packages/compiler-vapor/__tests__/transforms/vOnce.spec.ts index 4a42901a1c..eb15379437 100644 --- a/packages/compiler-vapor/__tests__/transforms/vOnce.spec.ts +++ b/packages/compiler-vapor/__tests__/transforms/vOnce.spec.ts @@ -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(`
`) expect(code).toMatchSnapshot()