From: Eduardo San Martin Morote Date: Sun, 22 Mar 2020 16:28:02 +0000 (+0100) Subject: test: add pending tets X-Git-Tag: v4.0.0-alpha.4~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af6a3fae6572fb74d4d5e10a0187dfb44aceafa7;p=thirdparty%2Fvuejs%2Frouter.git test: add pending tets --- 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,