Fix prettier formatting issues
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ export async function runA11y(page, options = {}) {
|
||||
if (results.violations.length > 0) {
|
||||
console.log("Accessibility violations found:", results.violations);
|
||||
throw new Error(
|
||||
`Found ${results.violations.length} accessibility violations`
|
||||
`Found ${results.violations.length} accessibility violations`,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user