mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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;
|
return hasWhiteSpaces ? `"${escapeQuotes(value)}"` : value;
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = CustomReporter;
|
module.exports = LogReporter;
|
||||||
|
Loading…
Reference in New Issue
Block a user