From af6a3fae6572fb74d4d5e10a0187dfb44aceafa7 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Sun, 22 Mar 2020 17:28:02 +0100 Subject: [PATCH] test: add pending tets --- __tests__/RouterLink.spec.ts | 3 +++ __tests__/matcher/resolve.spec.ts | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/__tests__/RouterLink.spec.ts b/__tests__/RouterLink.spec.ts index 934792a4..6bd5952e 100644 --- a/__tests__/RouterLink.spec.ts +++ b/__tests__/RouterLink.spec.ts @@ -369,6 +369,9 @@ describe('RouterLink', () => { ) }) + it.todo('parent is active if the child is an absolute path') + it.todo('alias parent is active if the child is an absolute path') + it('alias parent is active when a child is active', () => { let { el } = factory( locations.child.normalized, diff --git a/__tests__/matcher/resolve.spec.ts b/__tests__/matcher/resolve.spec.ts index 5b868b68..268e4405 100644 --- a/__tests__/matcher/resolve.spec.ts +++ b/__tests__/matcher/resolve.spec.ts @@ -387,6 +387,10 @@ describe('Router Matcher', () => { ) }) + it.todo( + 'resolves when parent is an alias and child has an absolute path' + ) + it('resolves when parent is an alias', () => { assertRecordMatch( record, -- 2.39.5