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 eff03a8 commit 7d670e8Copy full SHA for 7d670e8
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