From ccb5f70dc1d9821fe6557f568bc4cd65db6a6920 Mon Sep 17 00:00:00 2001 From: Salakar Date: Fri, 13 Apr 2018 11:04:40 +0100 Subject: [PATCH] [tests] misc --- bridge/e2e/firestore/documentSnapshot.e2e.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge/e2e/firestore/documentSnapshot.e2e.js b/bridge/e2e/firestore/documentSnapshot.e2e.js index a0a6ad6a..666e3fb7 100644 --- a/bridge/e2e/firestore/documentSnapshot.e2e.js +++ b/bridge/e2e/firestore/documentSnapshot.e2e.js @@ -13,7 +13,7 @@ describe('firestore()', () => { }); }); - describe.only('ref', () => { + describe('ref', () => { it('returns a DocumentReference', async () => { const { testCollectionDoc } = TestHelpers.firestore; const snapshot = await testCollectionDoc().get();