Skip to content

Commit 1882cb6

Browse files
Demos: test color-contrast rule
1 parent f07190d commit 1882cb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/demos/testing/common.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Object.values(FRAMEWORKS).forEach((approach) => {
164164
const options = { rules: {} };
165165

166166
[...COMMON_SKIP_RULES, ...specificSkipRules].forEach((ruleName) => {
167-
options.rules[ruleName] = { enabled: false };
167+
options.rules[ruleName] = { enabled: true };
168168
});
169169

170170
const axeResult = await axeCheck(t, '.demo-container', options);

0 commit comments

Comments
 (0)