We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639d784 commit f09c274Copy full SHA for f09c274
1 file changed
test/nuxt/a11y.spec.ts
@@ -3419,6 +3419,9 @@ describe('component accessibility audits', () => {
3419
groupedDeps: new Map(),
3420
allChanges: mockAllChanges,
3421
open: false,
3422
+ packageName: 'nuxt',
3423
+ toVersion: '3.0.0',
3424
+ toVersionUrlPattern: 'https://npmx.dev/package/nuxt/v/3.0.0',
3425
},
3426
})
3427
const results = await runAxe(component)
@@ -3432,6 +3435,9 @@ describe('component accessibility audits', () => {
3432
3435
3433
3436
3434
3437
open: true,
3438
3439
3440
3441
3442
3443
0 commit comments