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 0f84670 commit 79e9e95Copy full SHA for 79e9e95
b+tree.test.ts
@@ -82,7 +82,7 @@ describe('simpleComparator with Date', () =>
82
dateB,
83
null,
84
];
85
- testComparison<Date>(simpleComparator, [], values, [[dateA, dateA2]]);
+ testComparison<Date|null>(simpleComparator, [], values, [[dateA, dateA2]]);
86
});
87
88
describe('simpleComparator arrays', () =>
0 commit comments