Skip to content

Commit

Permalink
disable eslint for hacky test utility
Browse files Browse the repository at this point in the history
  • Loading branch information
laino committed Jan 23, 2021
1 parent b9473f0 commit e5088c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/common.js
Expand Up @@ -181,6 +181,7 @@ exports.wait = (ms) => {
});
};

// eslint-disable-next-line
exports.awaitLogLine = (client, app, maxMs, ...tests) => new Promise(async (resolve, reject) => {
let ended = false;
let gotResponse = false;
Expand Down

0 comments on commit e5088c6

Please sign in to comment.