]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: test comments
authorEvan You <yyx990803@gmail.com>
Fri, 30 Aug 2019 19:16:19 +0000 (15:16 -0400)
committerEvan You <yyx990803@gmail.com>
Fri, 30 Aug 2019 19:16:19 +0000 (15:16 -0400)
packages/runtime-core/__tests__/errorHandling.spec.ts

index 9dfaa7491ff9a1ddac211efff794472303953ced..b91fdab8dd24c5401ac314aa2989067f189620a9 100644 (file)
@@ -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
 })