Skip to content

Commit f1430a1

Browse files
[autofix.ci] apply automated fixes
1 parent 565e2ab commit f1430a1

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
@@ -372,7 +372,7 @@ describe('component accessibility audits', () => {
372372
const results = await runAxe(component)
373373
expect(results.violations).toEqual([])
374374
})
375-
375+
376376
it('should have no accessibility violations', async () => {
377377
const component = await mountSuspended(NoodleTkawaiiLogo)
378378
const results = await runAxe(component)

0 commit comments

Comments
 (0)