test: Fix Jest reporter (#60810)

pull/60813/head
Ivan Ortega Alba 3 years ago committed by GitHub
parent a3a0c01301
commit 7de81ca673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/test/log-reporter.js

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

Loading…
Cancel
Save