Skip to content

Commit 4b690e4

Browse files
committed
fix: Changed 'impactedViolations' to 'violations'
1 parent a3cc4a7 commit 4b690e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export const checkA11y = async (
139139
results: { violations },
140140
options,
141141
} as CreateReport)
142-
testResultDependsOnViolations(impactedViolations, skipFailures)
142+
testResultDependsOnViolations(violations, skipFailures)
143143
} else console.log('There were no violations to save in report')
144144
} else if (reporter === 'junit') {
145145
// Get the system root directory

0 commit comments

Comments
 (0)