Skip to content

Commit

Permalink
refactor: fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nada-deriv committed Jul 19, 2023
1 parent fd12145 commit a5bfcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/p2p/src/pages/my-ads/__tests__/my-ads.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jest.mock('@deriv/components', () => ({
Loading: () => <div>Loading</div>,
}));

jest.mock('Components/Verification', () => jest.fn(() => <div>Verification</div>));
jest.mock('Components/verification', () => jest.fn(() => <div>Verification</div>));

jest.mock('../my-ads-content', () => jest.fn(() => <div>MyAdsContent</div>));
jest.mock('../create-ad', () => jest.fn(() => <div>CreateAd</div>));
Expand Down

0 comments on commit a5bfcd5

Please sign in to comment.