From 372abe57b7b8217a5a2c031fef32d7a9cc499485 Mon Sep 17 00:00:00 2001 From: Salakar Date: Sat, 21 Apr 2018 19:13:05 +0100 Subject: [PATCH] [tests] misc linting --- bridge/e2e/firestore/transactions.e2e.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bridge/e2e/firestore/transactions.e2e.js b/bridge/e2e/firestore/transactions.e2e.js index f42afb5a..8418b694 100644 --- a/bridge/e2e/firestore/transactions.e2e.js +++ b/bridge/e2e/firestore/transactions.e2e.js @@ -112,6 +112,7 @@ describe('firestore()', () => { // rejections let didReject = false; + // eslint-disable-next-line let updateFunction = () => Promise.reject('shoop'); try { await firestore.runTransaction(updateFunction);