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 a5707ec commit 551af00Copy full SHA for 551af00
tests/unit/helpers/iterateCursor.test.ts
@@ -21,7 +21,6 @@ describe("iterateCursorUntilMaxBytes", () => {
21
const cursor = createMockCursor(docs);
22
const maxBytes = 10000;
23
const result = await iterateCursorUntilMaxBytes(cursor, maxBytes);
24
- console.log("test result", result);
25
expect(result).toEqual(docs);
26
});
27
0 commit comments