Skip to content

Commit de3c0da

Browse files
committed
query.test.ts: Remove the it.only so that the entire test suite is run
1 parent 9daee19 commit de3c0da

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
@@ -1202,7 +1202,7 @@ apiDescribe('Queries', (persistence: boolean) => {
12021202
});
12031203

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

0 commit comments

Comments
 (0)