You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -289,6 +289,10 @@ module.exports = axe
289
289
290
290
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.
291
291
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
+
292
296
## Thanks
293
297
-[Jest][Jest] for the great test runner that allows extending matchers.
294
298
-[axe](https://www.deque.com/axe/) for the wonderful axe-core that makes it so easy to do this.
0 commit comments