From 197a26d8c427bb42227ef5f334d8123ab2819211 Mon Sep 17 00:00:00 2001 From: Salakar Date: Thu, 20 Sep 2018 17:11:01 +0100 Subject: [PATCH] [tests][firestore] remove `only` --- tests/e2e/firestore/collection/where.e2e.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/firestore/collection/where.e2e.js b/tests/e2e/firestore/collection/where.e2e.js index 7377db2b..b5a83c9c 100644 --- a/tests/e2e/firestore/collection/where.e2e.js +++ b/tests/e2e/firestore/collection/where.e2e.js @@ -8,7 +8,7 @@ const { describe('firestore()', () => { describe('CollectionReference', () => { before(() => resetTestCollectionDoc(COL_DOC_1_PATH, COL_DOC_1())); - describe.only('where()', () => { + describe('where()', () => { it('`array-contains` a string value', async () => { const found = await firebase .firestore()