Skip to content

Commit 5a8004b

Browse files
committed
chore: comment
1 parent 5f3abb1 commit 5a8004b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-core/__tests__/transforms/vModel.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ describe('compiler: transform v-model', () => {
536536
},
537537
],
538538
})
539-
// should NOT include modelModifiers in dynamicPropNames because it's never
539+
// should now include modelModifiers in dynamicPropNames because it's
540540
// gonna change
541541
expect(vnodeCall.dynamicProps).toBe(
542542
`["modelValue", "onUpdate:modelValue", "modelModifiers"]`,

0 commit comments

Comments
 (0)