Explorar el Código

chore: test comments

Evan You hace 6 años
padre
commit
cb09289474
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packages/runtime-core/__tests__/errorHandling.spec.ts

+ 2 - 2
packages/runtime-core/__tests__/errorHandling.spec.ts

@@ -11,7 +11,7 @@ describe('error handling', () => {
 
   test.todo('in watch (with source)')
 
-  test.todo('in native event handler')
-
   test.todo('in component event handler')
+
+  // native event handler handling should be tested in respective renderers
 })