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 06a3cf4 commit 69759afCopy full SHA for 69759af
frontend/src/components/ConsumerGroups/__test__/List.spec.tsx
@@ -2,7 +2,8 @@ import React from 'react';
2
import { screen } from '@testing-library/react';
3
import { render } from 'lib/testHelpers';
4
import { useConsumerGroups } from 'lib/hooks/api/consumers';
5
-import List from '../List';
+
6
+import List from 'components/ConsumerGroups/List';
7
8
// Mock hooks
9
jest.mock('lib/hooks/api/consumers', () => ({
0 commit comments