Skip to content

Commit 1d72706

Browse files
committed
test(vModel): implement test for v-model on custom element
1 parent 0132c2b commit 1d72706

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ describe('compiler: vModel transform', () => {
102102
)
103103
})
104104

105-
// TODO: component
106-
test.todo('should allow usage on custom element', () => {
105+
test('should allow usage on custom element', () => {
107106
const onError = vi.fn()
108107
const root = compileWithVModel('<my-input v-model="model" />', {
109108
onError,

0 commit comments

Comments
 (0)