[tests] firestore

This commit is contained in:
Salakar 2018-04-09 16:40:32 +01:00
parent 51103387f0
commit 7d2c102b34
6 changed files with 0 additions and 4 deletions

View File

View File

View File

View File

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