[tests] misc linting
This commit is contained in:
parent
890f90d2cf
commit
372abe57b7
|
@ -112,6 +112,7 @@ describe('firestore()', () => {
|
|||
|
||||
// rejections
|
||||
let didReject = false;
|
||||
// eslint-disable-next-line
|
||||
let updateFunction = () => Promise.reject('shoop');
|
||||
try {
|
||||
await firestore.runTransaction(updateFunction);
|
||||
|
|
Loading…
Reference in New Issue