Skip to content

Commit

Permalink
test(view): AuthorBarChart util - convertNumberFormat delete tc
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxjinn committed Oct 3, 2024
1 parent 5274ff2 commit d73768f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@ describe("convertNumberFormat", () => {
const result = convertNumberFormat(1000);
expect(result).toBe("1k");
});

it("should handle numbers less than 0 but greater than or equal to 0", () => {
const result = convertNumberFormat(0.001);
expect(result).toBe("0.001");
});
});

describe("sortDataByAuthor", () => {
Expand Down

0 comments on commit d73768f

Please sign in to comment.