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 0d5e912 commit 7b37759Copy full SHA for 7b37759
test/integration/node-specific/abstract_cursor.test.ts
@@ -33,7 +33,7 @@ describe('class AbstractCursor', function () {
33
});
34
}
35
36
- it('does not support mapping to `null`', async function () {
+ it('throws when mapping to `null` and cleans up cursor', async function () {
37
const cursor = collection.find();
38
cursor.map(() => null);
39
0 commit comments