[tests] misc
This commit is contained in:
parent
01ed77904f
commit
ccb5f70dc1
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue