Skip to content

Commit

Permalink
fix: Changed 'impactedViolations' to 'violations'
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaks-ei committed Dec 4, 2024
1 parent a3cc4a7 commit 4b690e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const checkA11y = async (
results: { violations },
options,
} as CreateReport)
testResultDependsOnViolations(impactedViolations, skipFailures)
testResultDependsOnViolations(violations, skipFailures)
} else console.log('There were no violations to save in report')
} else if (reporter === 'junit') {
// Get the system root directory
Expand Down

0 comments on commit 4b690e4

Please sign in to comment.