mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
test: Fix Jest reporter (#60810)
This commit is contained in:
parent
a3a0c01301
commit
7de81ca673
@ -80,4 +80,4 @@ function formatValue(value) {
|
||||
return hasWhiteSpaces ? `"${escapeQuotes(value)}"` : value;
|
||||
}
|
||||
|
||||
module.exports = CustomReporter;
|
||||
module.exports = LogReporter;
|
||||
|
Loading…
Reference in New Issue
Block a user