Skip to content

Commit fb3a426

Browse files
committed
fixup: remove comment
1 parent 02f06df commit fb3a426

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/all-bson-types-fixture.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ export const allBSONTypesWithEdgeCasesDoc = {
7171
},
7272
emptyArray: [],
7373
arrayOfEmptyArrays: [[], []],
74-
// infinityNum: new Double(Infinity),
75-
// negativeInfinityNum: new Double(-Infinity),
76-
// NaNNum: new Double(NaN)
77-
7874
infinityNum: Infinity,
7975
negativeInfinityNum: -Infinity,
8076
NaNNum: NaN

0 commit comments

Comments
 (0)