Skip to content

Commit dfb45ad

Browse files
committed
query.test.ts: Remove the it.only so that the entire test suite is run
1 parent 5bed781 commit dfb45ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/integration/api/query.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ apiDescribe('Queries', (persistence: boolean) => {
12901290
});
12911291

12921292
// eslint-disable-next-line no-restricted-properties
1293-
(persistence ? it.only : it.skip)('empty query results are cached', () => {
1293+
(persistence ? it : it.skip)('empty query results are cached', () => {
12941294
// Reproduces https://github.com/firebase/firebase-js-sdk/issues/5873
12951295
return withTestCollection(persistence, {}, async coll => {
12961296
const snapshot1 = await coll.get(); // Populate the cache

0 commit comments

Comments
 (0)