Skip to content

Commit

Permalink
Remove console.log from test (#7006)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimfb committed Jun 9, 2016
1 parent 0bb0fe8 commit 2282894
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,6 @@ describe('ReactDOMInput', function() {
checked={false}
onChange={() => null}
/>, container);
console.log(console.error.calls.argsFor(0)[0]);
expect(console.error.calls.count()).toBe(0);
});

Expand Down

0 comments on commit 2282894

Please sign in to comment.