2
0
mirror of synced 2025-01-11 14:44:12 +00:00

[tests] misc linting

This commit is contained in:
Salakar 2018-04-21 19:13:05 +01:00
parent 890f90d2cf
commit 372abe57b7

View File

@ -112,6 +112,7 @@ describe('firestore()', () => {
// rejections
let didReject = false;
// eslint-disable-next-line
let updateFunction = () => Promise.reject('shoop');
try {
await firestore.runTransaction(updateFunction);