mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Explicit test for unsupported cursor with a single skip
This commit is contained in:
@@ -43,4 +43,5 @@ Tinytest.add("mongo-livedata - oplog - cursorSupported", function (test) {
|
||||
supported(true, {}, { sort: {x:1}, limit: 5 });
|
||||
supported(false, {}, { limit: 5 });
|
||||
supported(false, {}, { skip: 2, limit: 5 });
|
||||
supported(false, {}, { skip: 2 });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user