Skip to content

Commit

Permalink
Trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Aug 17, 2021
1 parent 8ba8446 commit 72278da
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,13 +357,10 @@ describe('ReactCompositeComponent', () => {
expect(renders).toBe(1);

instance.setState({value: 1});

expect(renders).toBe(2);

ReactDOM.render(<div />, container);

instance.setState({value: 2});

expect(renders).toBe(2);
});

Expand Down

0 comments on commit 72278da

Please sign in to comment.