We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f8956 commit a360f1cCopy full SHA for a360f1c
test/node/decimal128.test.ts
@@ -439,7 +439,7 @@ describe('Decimal128', function () {
439
generateFromStringTests(tests);
440
});
441
442
- it('from string round', function (done) {
+ it('from string round', function () {
443
// Create decimal from string value 10E-6177
444
const result = Decimal128.fromString('10E-6177');
445
const bytes = Buffer.from(
@@ -775,8 +775,6 @@ describe('Decimal128', function () {
775
// ].reverse()
776
// );
777
// expect(bytes).to.deep.equal(result.bytes);
778
-
779
- done();
780
781
782
context("when input has leading '+' and has more than 34 significant digits", function () {
0 commit comments