jest-util
Advanced tools
Comparing version 13.0.0 to 13.1.0
@@ -64,3 +64,3 @@ /** | ||
const ancestrySeparator = ' \u203A '; | ||
const descBullet = config.verbose ? '' : chalk.bold('\u25cf '); | ||
const descBullet = config.verbose ? ' ' : chalk.bold('\u25cf '); | ||
@@ -67,0 +67,0 @@ if (testResult.testExecError) { |
{ | ||
"name": "jest-util", | ||
"version": "13.0.0", | ||
"version": "13.1.0", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28453