]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
test: add missing passing test
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 5 Aug 2021 09:25:33 +0000 (11:25 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 5 Aug 2021 09:25:33 +0000 (11:25 +0200)
__tests__/matcher/resolve.spec.ts

index 916fe78e2708fe3f2b962111ca1b89fc6e6d0c11..6c9533f9a8581a6463e0b8e6f623732f95ac547e 100644 (file)
@@ -691,8 +691,7 @@ describe('RouterMatcher.resolve', () => {
       )
     })
 
-    // FIXME:
-    it.skip('keeps required trailing slash (strict: true)', () => {
+    it('keeps required trailing slash (strict: true)', () => {
       const record = {
         path: '/home/',
         name: 'Home',