Skip to content

Commit

Permalink
style(morpho-ts): lint test file
Browse files Browse the repository at this point in the history
  • Loading branch information
oumar-fall committed Oct 17, 2024
1 parent cb6a45f commit 21e6d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/morpho-ts/test/format.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ describe("format", () => {
test("with small integers", () => {
expect(format.short.of(123n, 0)).toEqual("123");
});

test("without option", () => {
expect(format.short.of(bigint, decimals)).toEqual("12.3456789k");
});
Expand Down

0 comments on commit 21e6d8a

Please sign in to comment.