[tests] firestore
This commit is contained in:
parent
51103387f0
commit
7d2c102b34
|
@ -1,10 +1,6 @@
|
|||
const should = require('should');
|
||||
|
||||
describe('firestore.runTransaction', () => {
|
||||
beforeEach(async () => {
|
||||
await device.reloadReactNative();
|
||||
});
|
||||
|
||||
it('should set, update and delete transactionally and allow a return value', async () => {
|
||||
let deleteMe = false;
|
||||
const firestore = firebase.firestore();
|
||||
|
|
Loading…
Reference in New Issue