test: Fix Jest reporter (#60810)

This commit is contained in:
Ivan Ortega Alba 2022-12-29 09:14:09 +01:00 committed by GitHub
parent a3a0c01301
commit 7de81ca673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,4 +80,4 @@ function formatValue(value) {
return hasWhiteSpaces ? `"${escapeQuotes(value)}"` : value;
}
module.exports = CustomReporter;
module.exports = LogReporter;