Skip to content

Commit

Permalink
Merge pull request #3 from igetgames/fix-failing-tests-for-react-v15.1.0
Browse files Browse the repository at this point in the history
Modify a couple of expected test files due to changes in React v15.1.0.
  • Loading branch information
marcusrbrown committed Jun 24, 2016
2 parents c2b39cc + 4a24540 commit f4eeaf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/data/props-class.rt.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<input style="width:5px;height:10px;" class="clsB clsA" type="text">
<input type="text" style="width:5px;height:10px;" class="clsB clsA">
2 changes: 1 addition & 1 deletion test/data/props.rt.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<input alt="test rt-props" style="width:5px;height:10px;" type="text" value="test">
<input type="text" alt="test rt-props" style="width:5px;height:10px;" value="test">

0 comments on commit f4eeaf8

Please sign in to comment.