From: Eduardo San Martin Morote Date: Wed, 1 Jul 2020 15:56:13 +0000 (+0200) Subject: chore: add comment [skip ci] X-Git-Tag: v4.0.0-beta.1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fceaaea5d33b251d64ccf8297684718d99b89def;p=thirdparty%2Fvuejs%2Frouter.git chore: add comment [skip ci] --- diff --git a/__tests__/guards/beforeRouteEnter.spec.ts b/__tests__/guards/beforeRouteEnter.spec.ts index 9513c3ac..01092274 100644 --- a/__tests__/guards/beforeRouteEnter.spec.ts +++ b/__tests__/guards/beforeRouteEnter.spec.ts @@ -202,7 +202,7 @@ describe('beforeRouteEnter', () => { expect(router.currentRoute.value.fullPath).toBe('/foo') }) - // TODO: + // TODO: wait until we have something working with keep-alive and transition first it.skip('calls next callback', async done => { const router = createRouter({ routes }) beforeRouteEnter.mockImplementationOnce((to, from, next) => {