NickColley / jest-axe

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

Disable axe color contrast checks #252

Closed NickColley closed 2 years ago

NickColley commented 2 years ago

These checks require a real browser environment and fail in jsdom.

Closes #147