Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 2c6a197

Browse files
committed
WIP
1 parent 2b537db commit 2c6a197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Decimal128/toprecison.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ describe("toprecision", function () {
7575
expect(() => decimalD.toPrecision({ digits: 1.5 })).toThrow(RangeError);
7676
});
7777
describe("negative", () => {
78-
let negD = decimalD.neg();
78+
let negD = decimalD.negate();
7979
test("integer part", () => {
8080
expect(negD.toPrecision({ digits: 3 }).toString()).toStrictEqual(
8181
"-123"

0 commit comments

Comments
 (0)