Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
noahlemen committed Feb 1, 2024
1 parent 0ba4287 commit ecf8d31
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/react/src/__tests__/ReactElementClone-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,7 @@ describe('ReactElementClone', () => {
});

it('should overwrite props', async () => {
let component;
class Component extends React.Component {
componentDidMount() {
component = this;
}

render() {
expect(this.props.myprop).toBe('xyz');
return <div />;
Expand Down

0 comments on commit ecf8d31

Please sign in to comment.