Skip to content

Commit 165588e

Browse files
#RI-5009 - fix unit tests
1 parent 05f1376 commit 165588e

File tree

5 files changed

+111
-1269
lines changed

5 files changed

+111
-1269
lines changed

redisinsight/ui/src/pages/home/components/cluster-connection/ClusterConnectionFormWrapper.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import ClusterConnectionFormWrapper, {
99

1010
const mockedProps = mock<Props>()
1111

12-
jest.mock('./cluster-connection-form/cluster-connection-form', () => ({
12+
jest.mock('./cluster-connection-form/ClusterConnectionForm', () => ({
1313
__esModule: true,
1414
namedExport: jest.fn(),
1515
default: jest.fn(),

0 commit comments

Comments
 (0)