Skip to content

Commit f09c274

Browse files
committed
fix: update props in a11y test
1 parent 639d784 commit f09c274

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test/nuxt/a11y.spec.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3419,6 +3419,9 @@ describe('component accessibility audits', () => {
34193419
groupedDeps: new Map(),
34203420
allChanges: mockAllChanges,
34213421
open: false,
3422+
packageName: 'nuxt',
3423+
toVersion: '3.0.0',
3424+
toVersionUrlPattern: 'https://npmx.dev/package/nuxt/v/3.0.0',
34223425
},
34233426
})
34243427
const results = await runAxe(component)
@@ -3432,6 +3435,9 @@ describe('component accessibility audits', () => {
34323435
groupedDeps: new Map(),
34333436
allChanges: mockAllChanges,
34343437
open: true,
3438+
packageName: 'nuxt',
3439+
toVersion: '3.0.0',
3440+
toVersionUrlPattern: 'https://npmx.dev/package/nuxt/v/3.0.0',
34353441
},
34363442
})
34373443
const results = await runAxe(component)

0 commit comments

Comments
 (0)