Skip to content

Commit

Permalink
Fix style test for Jasmine 2 (facebook#6913)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebits committed May 28, 2016
1 parent 38900cc commit e62384b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ describe('ReactDOMComponent', function() {
});

ReactTestUtils.renderIntoDocument(<Component />);
expect(console.error.calls.length).toBe(0);
expect(console.error.calls.count()).toBe(0);
});

it('should warn nicely about NaN in style', function() {
Expand Down

0 comments on commit e62384b

Please sign in to comment.