]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
test: add todo tests
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 28 Feb 2020 14:34:01 +0000 (15:34 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 28 Feb 2020 14:34:01 +0000 (15:34 +0100)
__tests__/RouterLink.spec.ts

index 880902dceec7abd8fb8194c29e5d6ed5cc568024..52d88ac32bdc24957d694b1a6e23b082a5fa9d1e 100644 (file)
@@ -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', () => {