mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-06 03:00:23 +00:00
Initial Move from Azure DevOps to GitHub
This commit is contained in:
14
src/Common/__snapshots__/IteratorUtilities.test.ts.snap
Normal file
14
src/Common/__snapshots__/IteratorUtilities.test.ts.snap
Normal file
@@ -0,0 +1,14 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`nextPage returns results for the next page 1`] = `
|
||||
Object {
|
||||
"activityId": "foo",
|
||||
"documents": Array [],
|
||||
"firstItemIndex": 11,
|
||||
"hasMoreResults": false,
|
||||
"headers": Object {},
|
||||
"itemCount": 0,
|
||||
"lastItemIndex": 10,
|
||||
"requestCharge": 1,
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user