[tests][firestore] remove only

This commit is contained in:
Salakar
2018-09-20 17:11:01 +01:00
parent a8130d7c3d
commit 197a26d8c4

View File

@@ -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()