Skip to content

Commit

Permalink
Update test for issue #10
Browse files Browse the repository at this point in the history
  • Loading branch information
Paultje52 committed Aug 2, 2023
1 parent 4244598 commit 8764b79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/readable.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ test("Test if the format works as expected", () => {
expect(readable(1000)).toBe("1K");
expect(readable(1111)).toBe("1.1K");
expect(readable(1000000000)).toBe("1B");
expect(readable(3.141592)).toBe("3.141592");
});

test("Test if the parameters work as expected", () => {
Expand Down

0 comments on commit 8764b79

Please sign in to comment.