We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a47712 commit 66aea56Copy full SHA for 66aea56
2 files changed
CHANGELOG.md
@@ -1,7 +1,7 @@
1
v0.2.3 - Wed, 10 Jun 2015 17:07:25 GMT
2
--------------------------------------
3
4
--
+- [6f38fe8](../../commit/6f38fe8) [Added] Ability to exclude tests (resolves #57)
5
6
7
v0.2.2 - Tue, 09 Jun 2015 18:06:39 GMT
README.md
@@ -65,3 +65,9 @@ desktop-specific rules by specifying a specific device type:
65
```
66
a11y(React, { device: ['mobile'] });
67
68
+
69
+It's also possible exclude certain tests:
70
71
+```
72
+a11y(React, { exclude: ['REDUNDANT_ALT'] });
73
0 commit comments