NickColley / jest-axe

Custom Jest matcher for aXe for testing accessibility ♿️🃏
MIT License
1.06k stars 54 forks source link

Clarify which rules are run by default #197

Closed agameofprivacy closed 2 years ago

agameofprivacy commented 2 years ago

Hey folks, apologies for the silly question.

I looked around, but couldn't confirm which rule sets are run by default if axe is not configured with custom options. In axe-core's docs, it's mentioned that experimental rules are off by default; does that mean all rules here but experimental rules are run by default through jest-axe?

Thank you.

NickColley commented 2 years ago

The default options are empty by default, so whatever axe-core defaults to jest-axe will share the same defaults.