From: Eduardo San Martin Morote Date: Thu, 5 Aug 2021 09:25:33 +0000 (+0200) Subject: test: add missing passing test X-Git-Tag: v4.0.11~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1c01abbcb0e2abb8fded3556ba5f34c52f47503;p=thirdparty%2Fvuejs%2Frouter.git test: add missing passing test --- diff --git a/__tests__/matcher/resolve.spec.ts b/__tests__/matcher/resolve.spec.ts index 916fe78e..6c9533f9 100644 --- a/__tests__/matcher/resolve.spec.ts +++ b/__tests__/matcher/resolve.spec.ts @@ -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',