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 77bec85 commit 59c13a9Copy full SHA for 59c13a9
tests_prepare.js
@@ -16,8 +16,6 @@ LocalCollection._f = originalLocalCollection._f;
16
LocalCollection._compileProjection = originalLocalCollection._compileProjection;
17
LocalCollection._binarySearch = originalLocalCollection._binarySearch;
18
19
-console.log("LocalCollection._f", LocalCollection._f)
20
-
21
// Currently server and client side behaves differently when counting with skip. So we make it
22
// behave the same for tests. See https://github.com/meteor/meteor/issues/1201
23
var SynchronousCursor = Object.getPrototypeOf(MongoInternals.defaultRemoteCollectionDriver().mongo._createSynchronousCursor({'collectionName': 'foobar', 'options': {}})).constructor;
0 commit comments