We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07190d commit 1882cb6Copy full SHA for 1882cb6
1 file changed
apps/demos/testing/common.test.ts
@@ -164,7 +164,7 @@ Object.values(FRAMEWORKS).forEach((approach) => {
164
const options = { rules: {} };
165
166
[...COMMON_SKIP_RULES, ...specificSkipRules].forEach((ruleName) => {
167
- options.rules[ruleName] = { enabled: false };
+ options.rules[ruleName] = { enabled: true };
168
});
169
170
const axeResult = await axeCheck(t, '.demo-container', options);
0 commit comments