test: rename screen

This commit is contained in:
Kyle Fang
2021-06-27 09:54:36 +08:00
parent ed37e6aec0
commit 073f04b6eb

View File

@@ -2196,7 +2196,7 @@ it('tries to match wildcard patterns at the end', () => {
path: '/bar/:id/',
screens: {
404: '*',
matches: ':params',
UserProfile: ':userSlug',
Test: 'test',
},
},