Skip to content

Commit 1554979

Browse files
committed
Minor change on test
1 parent de0ca88 commit 1554979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ describe(`Router ${routerMethods.join(', ')}`, () => {
188188
testMethods(['/a', {}], [href, as, {}])
189189
})
190190

191-
test('with encoded route url', () => {
191+
test('with route with url', () => {
192192
const {routes, testMethods} = setup('/â', 'a')
193193
const {route, query} = routes.match('/%C3%A2')
194194
const {as, href} = route.getUrls(query)

0 commit comments

Comments
 (0)