Преглед изворни кода

test(vModel): implement test for v-model on custom element

daiwei пре 5 месеци
родитељ
комит
1d72706642
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      packages/compiler-vapor/__tests__/transforms/vModel.spec.ts

+ 1 - 2
packages/compiler-vapor/__tests__/transforms/vModel.spec.ts

@@ -102,8 +102,7 @@ describe('compiler: vModel transform', () => {
       )
     })
 
-    // TODO: component
-    test.todo('should allow usage on custom element', () => {
+    test('should allow usage on custom element', () => {
       const onError = vi.fn()
       const root = compileWithVModel('<my-input v-model="model" />', {
         onError,