From 72cfe0aec3264febec3b5cb1dc6c7e5bdcb1e104 Mon Sep 17 00:00:00 2001 From: Spencer Miskoviak Date: Tue, 7 Apr 2020 09:56:06 -0700 Subject: [PATCH] docs: add note about jest-axe --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a89c3d97..1904ae5d 100644 --- a/README.md +++ b/README.md @@ -866,6 +866,11 @@ independent from jest, and can be used with other tests runners as well. I'm not aware of any, if you are please [make a pull request][prs] and add it here! +If you would like to further test the accessibility and validity of the DOM +consider [`jest-axe`](https://github.com/nickcolley/jest-axe). It doesn't +overlap with `jest-dom` but can complement it for more in-depth accessibility +checking (eg: validating `aria` attributes or ensuring unique id attributes). + ## Guiding Principles > [The more your tests resemble the way your software is used, the more