Skip to content

Commit 46bf412

Browse files
[autofix.ci] apply automated fixes
1 parent 6af5512 commit 46bf412

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
@@ -582,7 +582,7 @@ describe('component accessibility audits', () => {
582582
})
583583
})
584584

585-
describe.only('Likes', () => {
585+
describe('Likes', () => {
586586
it('should have no accessibility violations', async () => {
587587
const component = await mountSuspended(Likes, {
588588
props: { packageName: 'svelte' },

0 commit comments

Comments
 (0)