Skip to content

Commit 01a966d

Browse files
committed
fix(compiler-core): update unit test
1 parent 361531c commit 01a966d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/__tests__/rendererOptimizedMode.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ describe('renderer: optimized mode', () => {
964964
createElementBlock('div', { key: 0 }, 'Provided Content'))
965965
: createCommentVNode('v-if', true)
966966
]),
967-
_: 1 /* STABLE */
967+
_: 3 /* FORWARDED */
968968
})
969969
)
970970
}

0 commit comments

Comments
 (0)