Skip to content

Commit

Permalink
TArGet Is ASsiGned A vAlUE bUT nEVer uSED
Browse files Browse the repository at this point in the history
  • Loading branch information
apaleslimghost committed Nov 2, 2018
1 parent ef3c87c commit 3f2506b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/x-interaction/__tests__/x-interaction.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ describe('x-interaction', () => {
foo() {},
})(Base));

const target = mount(<Wrapped actionsRef={actionsRef} />);
mount(<Wrapped actionsRef={actionsRef} />);

expect(actionsRef).toHaveBeenCalled();
expect(actionsRef.mock.calls[0][0]).toHaveProperty('foo');
Expand Down

0 comments on commit 3f2506b

Please sign in to comment.