[tests] misc

This commit is contained in:
Salakar 2018-04-13 11:04:40 +01:00
parent 01ed77904f
commit ccb5f70dc1
1 changed files with 1 additions and 1 deletions

View File

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