From 15cb89bf7833a5d2982e4e58af79814f8a49c034 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Mon, 23 May 2022 08:32:30 +0100 Subject: [PATCH] Fix lint --- tests/runTests.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/runTests.js b/tests/runTests.js index 7ac2cb7..c96915d 100644 --- a/tests/runTests.js +++ b/tests/runTests.js @@ -44,6 +44,7 @@ const run = async () => { } output.stdout = stdout; output.stderr = stderr; + // eslint-disable-next-line no-loop-func }).on('exit', async (code) => { if (code !== 0) { await new Promise((resolve2) => setTimeout(resolve2, 1000)); @@ -52,6 +53,7 @@ const run = async () => { ...output, }); } + pluginsFinished += 1; if (pluginsFinished === pluginsToRun.length) {