Skip to content

Commit

Permalink
[fixed] missing interactive tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Jan 19, 2015
1 parent 41a5566 commit 3b7f988
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/assertions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ var React = require('react');

var INTERACTIVE = {
'button': true,
'input': true,
'textarea': true,
'a' (props) {
return typeof props.href === 'string';
}
Expand Down

0 comments on commit 3b7f988

Please sign in to comment.