From 353d34eb87be299d91018c6e26a804319ece4480 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Fri, 28 Feb 2020 15:34:01 +0100 Subject: [PATCH] test: add todo tests --- __tests__/RouterLink.spec.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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', () => { -- 2.39.5