test: Fix Jest reporter (#60810)
This commit is contained in:
@@ -80,4 +80,4 @@ function formatValue(value) {
|
||||
return hasWhiteSpaces ? `"${escapeQuotes(value)}"` : value;
|
||||
}
|
||||
|
||||
module.exports = CustomReporter;
|
||||
module.exports = LogReporter;
|
||||
|
||||
Reference in New Issue
Block a user