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 5bed781 commit dfb45adCopy full SHA for dfb45ad
packages/firestore/test/integration/api/query.test.ts
@@ -1290,7 +1290,7 @@ apiDescribe('Queries', (persistence: boolean) => {
1290
});
1291
1292
// eslint-disable-next-line no-restricted-properties
1293
- (persistence ? it.only : it.skip)('empty query results are cached', () => {
+ (persistence ? it : it.skip)('empty query results are cached', () => {
1294
// Reproduces https://github.com/firebase/firebase-js-sdk/issues/5873
1295
return withTestCollection(persistence, {}, async coll => {
1296
const snapshot1 = await coll.get(); // Populate the cache
0 commit comments