We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129548a commit adaa0d2Copy full SHA for adaa0d2
redisinsight/__mocks__/svg.js
@@ -1,9 +1,7 @@
1
import React from 'react';
2
3
// Mock SVG component for Jest tests
4
-const SvgMock = React.forwardRef((props, ref) => (
5
- <svg ref={ref} {...props} data-testid="svg-mock" />
6
-));
+const SvgMock = React.forwardRef((props, ref) => <svg ref={ref} {...props} />);
7
8
SvgMock.displayName = 'SvgMock';
9
0 commit comments