[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 () => {
|
it('returns a DocumentReference', async () => {
|
||||||
const { testCollectionDoc } = TestHelpers.firestore;
|
const { testCollectionDoc } = TestHelpers.firestore;
|
||||||
const snapshot = await testCollectionDoc().get();
|
const snapshot = await testCollectionDoc().get();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user