Skip to content

Commit

Permalink
test: add missing passing test
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 5, 2021
1 parent 29565c2 commit f1c01ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions __tests__/matcher/resolve.spec.ts
Expand Up @@ -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',
Expand Down

0 comments on commit f1c01ab

Please sign in to comment.