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 5908893 commit 2b3eab2Copy full SHA for 2b3eab2
1 file changed
test/nuxt/a11y.spec.ts
@@ -286,7 +286,7 @@ describe('component accessibility audits', () => {
286
expect(results.violations).toEqual([])
287
})
288
289
- it('should have no accessibility violations when it\'s the current link', async () => {
+ it("should have no accessibility violations when it's the current link", async () => {
290
const component = await mountSuspended(TagLink, {
291
props: { href: 'http://example.com', current: true },
292
slots: { default: 'Tag content' },
0 commit comments