Skip to content

Commit 66aea56

Browse files
author
Todd Kloots
committed
[added] docs for excluding tests to the README (resolves #60)
1 parent 8a47712 commit 66aea56

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
v0.2.3 - Wed, 10 Jun 2015 17:07:25 GMT
22
--------------------------------------
33

4-
-
4+
- [6f38fe8](../../commit/6f38fe8) [Added] Ability to exclude tests (resolves #57)
55

66

77
v0.2.2 - Tue, 09 Jun 2015 18:06:39 GMT

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,9 @@ desktop-specific rules by specifying a specific device type:
6565
```
6666
a11y(React, { device: ['mobile'] });
6767
```
68+
69+
It's also possible exclude certain tests:
70+
71+
```
72+
a11y(React, { exclude: ['REDUNDANT_ALT'] });
73+
```

0 commit comments

Comments
 (0)