Skip to content

Commit

Permalink
[added] docs for excluding tests to the README (resolves reactjs#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Kloots committed Jun 10, 2015
1 parent 8a47712 commit 66aea56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'] });
```

0 comments on commit 66aea56

Please sign in to comment.