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 e2b02a6 commit f4fddc6Copy full SHA for f4fddc6
packages/firestore/test/integration/api_internal/query.test.ts
@@ -46,7 +46,7 @@ apiDescribe('Queries', persistence => {
46
// Firestore emulator once the emulator is improved to include a bloom filter
47
// in the existence filter messages that it sends.
48
// eslint-disable-next-line no-restricted-properties
49
- (USE_EMULATOR ? it.skip : it.only)(
+ (USE_EMULATOR ? it.skip : it)(
50
'resuming a query should use bloom filter to avoid full requery',
51
async () => {
52
// Prepare the names and contents of the 100 documents to create.
0 commit comments