From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- devtools/client/bin/devtools-node-test-runner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devtools/client/bin') diff --git a/devtools/client/bin/devtools-node-test-runner.js b/devtools/client/bin/devtools-node-test-runner.js index e347ee5855..087664b957 100644 --- a/devtools/client/bin/devtools-node-test-runner.js +++ b/devtools/client/bin/devtools-node-test-runner.js @@ -104,7 +104,7 @@ function getErrors(suite, out, err, testPath) { const JEST_ERROR_SUMMARY_REGEX = /\s●\s/; -function getJestErrors(out, err) { +function getJestErrors(out) { // The string out has extra content before the JSON object starts. const jestJsonOut = out.substring(out.indexOf("{"), out.lastIndexOf("}") + 1); const results = JSON.parse(jestJsonOut); -- cgit v1.2.3