test: Fix Jest reporter (#60810)

This commit is contained in:
Ivan Ortega Alba
2022-12-29 03:14:09 -05:00
committed by GitHub
parent a3a0c01301
commit 7de81ca673
+1 -1
View File
@@ -80,4 +80,4 @@ function formatValue(value) {
return hasWhiteSpaces ? `"${escapeQuotes(value)}"` : value;
}
module.exports = CustomReporter;
module.exports = LogReporter;