Skip to content

Commit

Permalink
chore: removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shayan-deriv committed Nov 15, 2024
1 parent 0119cff commit db6a89f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/__test__/country.utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ describe("getCountry", () => {
vi.resetModules();

(global.fetch as Mock).mockRejectedValueOnce(new Error("Network error"));
// Mock cookie value as a JSON string
(Cookies.get as Mock).mockReturnValue(JSON.stringify({ clients_country: "fr" }));

const { getCountry } = await import("../country.utils");
Expand Down

0 comments on commit db6a89f

Please sign in to comment.