Skip to content

Commit 088ab85

Browse files
committed
chore: prettier-format audit fixture
1 parent ef99ec7 commit 088ab85

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/audit/role-supports-aria-props/peer-parity.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ ruleTester.run('audit:role-supports-aria-props (gts)', rule, {
7878
},
7979
{
8080
code: '<template><div role="combobox" aria-multiline="true" aria-expanded="false" aria-controls="x" /></template>',
81-
output: '<template><div role="combobox" aria-expanded="false" aria-controls="x" /></template>',
81+
output:
82+
'<template><div role="combobox" aria-expanded="false" aria-controls="x" /></template>',
8283
errors: [{ messageId: 'unsupportedExplicit' }],
8384
},
8485
{

0 commit comments

Comments
 (0)