mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-03-09 19:40:28 +00:00
15 lines
304 B
Plaintext
15 lines
304 B
Plaintext
// 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,
|
|
}
|
|
`;
|