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 a3cc4a7 commit 4b690e4Copy full SHA for 4b690e4
src/index.ts
@@ -139,7 +139,7 @@ export const checkA11y = async (
139
results: { violations },
140
options,
141
} as CreateReport)
142
- testResultDependsOnViolations(impactedViolations, skipFailures)
+ testResultDependsOnViolations(violations, skipFailures)
143
} else console.log('There were no violations to save in report')
144
} else if (reporter === 'junit') {
145
// Get the system root directory
0 commit comments