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