From: Eduardo San Martin Morote Date: Fri, 28 Feb 2020 14:34:01 +0000 (+0100) Subject: test: add todo tests X-Git-Tag: v4.0.0-alpha.2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=353d34eb87be299d91018c6e26a804319ece4480;p=thirdparty%2Fvuejs%2Frouter.git test: add todo tests --- diff --git a/__tests__/RouterLink.spec.ts b/__tests__/RouterLink.spec.ts index 880902dc..52d88ac3 100644 --- a/__tests__/RouterLink.spec.ts +++ b/__tests__/RouterLink.spec.ts @@ -143,8 +143,10 @@ describe('RouterLink', () => { expect(el.querySelector('a')!.className).toContain('router-link-active') }) + it.todo('can be active as an alias') + it.todo('can be exact-active as an alias') it.todo('is active when a child is active') - it.todo('only the ') + it.todo('only the children is exact-active') it.todo('is not active if the parent is active') it('can be exact-active', () => {