[tests] misc linting

This commit is contained in:
Salakar 2018-04-21 19:13:05 +01:00
parent 890f90d2cf
commit 372abe57b7
1 changed files with 1 additions and 0 deletions

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