]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: add comment [skip ci]
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 1 Jul 2020 15:56:13 +0000 (17:56 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 1 Jul 2020 15:56:13 +0000 (17:56 +0200)
__tests__/guards/beforeRouteEnter.spec.ts

index 9513c3ac53ed2856d4a488e41f2645b44868ef62..01092274e48f71d0ed37d373b05a9528a4f368d5 100644 (file)
@@ -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) => {