From 66aea56871415b796baab158744a7cd7ea4c13a1 Mon Sep 17 00:00:00 2001 From: Todd Kloots Date: Wed, 10 Jun 2015 12:00:52 -0700 Subject: [PATCH] [added] docs for excluding tests to the README (resolves #60) --- CHANGELOG.md | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26da13f..6eaa408 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ v0.2.3 - Wed, 10 Jun 2015 17:07:25 GMT -------------------------------------- -- +- [6f38fe8](../../commit/6f38fe8) [Added] Ability to exclude tests (resolves #57) v0.2.2 - Tue, 09 Jun 2015 18:06:39 GMT diff --git a/README.md b/README.md index a58a21e..438c016 100644 --- a/README.md +++ b/README.md @@ -65,3 +65,9 @@ desktop-specific rules by specifying a specific device type: ``` a11y(React, { device: ['mobile'] }); ``` + +It's also possible exclude certain tests: + +``` +a11y(React, { exclude: ['REDUNDANT_ALT'] }); +``` \ No newline at end of file