Skip to content

Commit

Permalink
tsdoc issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MayankJha014 committed Dec 11, 2024
1 parent 44aa26d commit c3a1944
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/screens/UserPortal/Volunteer/Actions/Actions.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Unit tests for the Actions component.
*
* This file contains tests for the Actions component to ensure it behaves as expected
* under various scenarios.
*/

import React, { act } from 'react';
import { MockedProvider } from '@apollo/react-testing';
import { LocalizationProvider } from '@mui/x-date-pickers';
Expand Down

0 comments on commit c3a1944

Please sign in to comment.