Skip to content

Commit 0eef0b0

Browse files
committed
test
1 parent b67ef51 commit 0eef0b0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

cypress/support/commands.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,7 @@ declare global {
4444
*/
4545
const axeParams = {
4646
context: undefined,
47-
rules: {
48-
rules: {
49-
'color-contrast': {
50-
enabled: false,
51-
},
52-
},
53-
},
47+
rules: undefined,
5448
violationCallback: (violations: any) => {
5549
console.log('violations', violations);
5650
},

0 commit comments

Comments
 (0)