Skip to content

Commit

Permalink
fix: failing coverals
Browse files Browse the repository at this point in the history
  • Loading branch information
nada-deriv committed Aug 1, 2024
1 parent 4c45cb5 commit 663588a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jest.mock('@deriv-com/ui', () => ({
}),
}));

jest.mock('@/hooks', () => ({
useIsAdvertiserBarred: jest.fn().mockReturnValue(false),
}));

const mockUseDevice = useDevice as jest.Mock;

describe('MyAdsDisplayWrapper', () => {
Expand Down

0 comments on commit 663588a

Please sign in to comment.