diff --git a/components/x-interaction/__tests__/x-interaction.test.jsx b/components/x-interaction/__tests__/x-interaction.test.jsx
index ce8b0136c..3d0d4fcbc 100644
--- a/components/x-interaction/__tests__/x-interaction.test.jsx
+++ b/components/x-interaction/__tests__/x-interaction.test.jsx
@@ -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');