Skip to content

Commit 571b169

Browse files
committed
it.only -> it
1 parent ef00e2a commit 571b169

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
@@ -2200,7 +2200,7 @@ apiDescribe('Queries', persistence => {
22002200
// TODO(b/270731363): Re-enable this test once the Firestore emulator is fixed
22012201
// to send an existence filter.
22022202
// eslint-disable-next-line no-restricted-properties
2203-
(USE_EMULATOR ? it.skip : it.only)(
2203+
(USE_EMULATOR ? it.skip : it)(
22042204
'bloom filter should correctly encode special unicode characters',
22052205
async () => {
22062206
const testDocIds = [

0 commit comments

Comments
 (0)