Skip to content

Commit e7e80ee

Browse files
committed
test(vOnce): remove todo for hoistStatic test case
1 parent 8fa2a4b commit e7e80ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/compiler-vapor/__tests__/transforms/vOnce.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ describe('compiler: v-once', () => {
152152
expect(ir.block.operation).lengthOf(0)
153153
})
154154

155-
test.todo('with hoistStatic: true')
156-
157155
test('with v-if', () => {
158156
const { ir, code } = compileWithOnce(`<div v-if="expr" v-once />`)
159157
expect(code).toMatchSnapshot()

0 commit comments

Comments
 (0)