]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
test: add pending tets
authorEduardo San Martin Morote <posva13@gmail.com>
Sun, 22 Mar 2020 16:28:02 +0000 (17:28 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Sun, 22 Mar 2020 16:28:02 +0000 (17:28 +0100)
__tests__/RouterLink.spec.ts
__tests__/matcher/resolve.spec.ts

index 934792a472e93a26b0e322185097d3ab50f91730..6bd5952ee27ecb3091e73266a76b3eb198d37367 100644 (file)
@@ -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,
index 5b868b68aa370a73f284043a1ae48ffa058d45fa..268e4405a28d6c9db63acd73306f9cd2ee875554 100644 (file)
@@ -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,