Skip to content

Commit

Permalink
unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
OraldoDoci committed Nov 5, 2024
1 parent eb4a496 commit 36cc0f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { mockedParties } from '../../../services/__mocks__/partyService';
import { renderWithProviders } from '../../../utils/test-utils';
import DashboardHandleDelegatesPage from '../dashboardHandleDelegatesPage';
import DashboardHandleDelegatesPage from '../DashboardHandleDelegatesPage';
import { fireEvent, screen } from '@testing-library/react';

test('Should render component DashboardHandleDelegatesPage with populated props', async () => {
Expand Down

0 comments on commit 36cc0f5

Please sign in to comment.