From: Evan You Date: Fri, 30 Aug 2019 19:16:19 +0000 (-0400) Subject: chore: test comments X-Git-Tag: v3.0.0-alpha.0~862 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb09289474b1a34c69b80461b4f818988a4184cf;p=thirdparty%2Fvuejs%2Fcore.git chore: test comments --- diff --git a/packages/runtime-core/__tests__/errorHandling.spec.ts b/packages/runtime-core/__tests__/errorHandling.spec.ts index 9dfaa7491f..b91fdab8dd 100644 --- a/packages/runtime-core/__tests__/errorHandling.spec.ts +++ b/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 })