Skip to content

Commit 81a8e52

Browse files
author
Nick Colley
committed
Add README note
1 parent 48824b2 commit 81a8e52

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,10 @@ module.exports = axe
289289

290290
Refer to [Developing Axe-core Rules](https://github.com/dequelabs/axe-core/blob/master/doc/rule-development.md) for instructions on how to develop custom rules and checks.
291291

292+
## Checks that do not work in jest-axe
293+
294+
Color contrast checks do not work in JSDOM so are turned off in jest-axe.
295+
292296
## Thanks
293297
- [Jest][Jest] for the great test runner that allows extending matchers.
294298
- [axe](https://www.deque.com/axe/) for the wonderful axe-core that makes it so easy to do this.

0 commit comments

Comments
 (0)