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 05475a3 commit 3d875d2Copy full SHA for 3d875d2
packages/firestore/test/unit/local/remote_document_cache.test.ts
@@ -405,6 +405,7 @@ function genericRemoteDocumentCacheTests(
405
expect(read.size).to.equal(keys.length);
406
});
407
408
+
409
it('can set and read several documents with deeply nested keys', () => {
410
// This test verifies that the sorting works correctly in IndexedDB,
411
// which sorts by prefix path first.
0 commit comments