Skip to content

Commit f0d5a99

Browse files
committed
test: fix route path in test
1 parent 5581033 commit f0d5a99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/nuxt/a11y.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2268,7 +2268,7 @@ describe('component accessibility audits', () => {
22682268
{
22692269
key: 'likes',
22702270
label: 'Likes',
2271-
to: '/profile/test/likes',
2271+
to: '/profile/test',
22722272
},
22732273
]
22742274
const component = await mountSuspended(TabLinks, {

0 commit comments

Comments
 (0)