Skip to content

Commit

Permalink
Fix(Test): fix function test
Browse files Browse the repository at this point in the history
  • Loading branch information
er-ebrahimi committed Feb 4, 2024
1 parent c808ee5 commit e89f45f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/global/functions.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ test("dayOfWeek", () => {
expect(dayOfWeek("0")).toBe("شنبه");
});

test("departments", () => {
expect(convertPercentagetoLigtness(2)).toBe(31.1);
});

it("should correctly convert a time string with seconds to a time string without seconds", () => {
const time = "12:34:56";
const expected = "12:34";
Expand Down

0 comments on commit e89f45f

Please sign in to comment.