Skip to content

Commit 25f99e6

Browse files
committed
fix
1 parent 07bd1ba commit 25f99e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nuxt/a11y.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2489,7 +2489,7 @@ describe('component accessibility audits', () => {
24892489
it('should have no accessibility violations for native replacement', async () => {
24902490
const component = await mountSuspended(PackageReplacement, {
24912491
props: {
2492-
mappping: {
2492+
mapping: {
24932493
type: 'module',
24942494
moduleName: 'array-every',
24952495
replacements: ['Array.prototype.every'],

0 commit comments

Comments
 (0)