Skip to content

Commit

Permalink
Update AdvertisementEntry.spec.tsx removes eslint-disable
Browse files Browse the repository at this point in the history
  • Loading branch information
IITI-tushar authored Dec 18, 2024
1 parent 43709aa commit 738b6de
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,8 @@ describe('Testing Advertisement Entry Component', () => {
render(
<AdvertisementEntry
id={''}
setAfter={function () // _value: React.SetStateAction<string | null | undefined>,
setAfter={function () _value: React.SetStateAction<string | null | undefined>,
: void {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
throw new Error('Function not implemented.');
}}
/>,
Expand Down Expand Up @@ -187,9 +186,8 @@ describe('Testing Advertisement Entry Component', () => {
startDate={mockStartDate}
organizationId={mockOrganizationId}
id={''}
setAfter={function () // _value: React.SetStateAction<string | null | undefined>,
setAfter={function () _value: React.SetStateAction<string | null | undefined>,
: void {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
throw new Error('Function not implemented.');
}}
/>,
Expand Down

0 comments on commit 738b6de

Please sign in to comment.