Skip to content

Commit e6e8a4f

Browse files
authored
Remove obsolete eslint ignore (#410)
The offending `new Promise(async ...)` code was already removed in 19184dc but this linting comment remained.
1 parent 33dec4f commit e6e8a4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/benchmark-runner.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,6 @@ export class BenchmarkRunner {
453453
}
454454

455455
async _runTestAndRecordResults(suite, test) {
456-
/* eslint-disable-next-line no-async-promise-executor */
457456
if (this._client?.willRunTest)
458457
await this._client.willRunTest(suite, test);
459458

0 commit comments

Comments
 (0)