We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62dd17f commit f83b4a2Copy full SHA for f83b4a2
1 file changed
handwritten/firestore/dev/system-test/pipeline.ts
@@ -3493,7 +3493,7 @@ async function testCollectionWithDocs(
3493
});
3494
3495
3496
- it.only('supports arrayFilter', async () => {
+ it('supports arrayFilter', async () => {
3497
const snapshot = await firestore
3498
.pipeline()
3499
.collection(randomCol.path)
0 commit comments