jest-message-util
Advanced tools
Comparing version 23.0.0 to 23.0.2
@@ -220,3 +220,3 @@ 'use strict'; | ||
const formatPaths = (config, options, relativeTestPath, line) => { | ||
const formatPaths = (config, relativeTestPath, line) => { | ||
// Extract the file path from the trace line. | ||
@@ -298,4 +298,3 @@ const match = line.match(/(^\s*at .*?\(?)([^()]+)(:[0-9]+:[0-9]+\)?.*$)/); | ||
line => | ||
STACK_INDENT + | ||
formatPaths(config, options, relativeTestPath, trimPaths(line)) | ||
STACK_INDENT + formatPaths(config, relativeTestPath, trimPaths(line)) | ||
) | ||
@@ -302,0 +301,0 @@ .join('\n'); |
{ | ||
"name": "jest-message-util", | ||
"version": "23.0.0", | ||
"version": "23.0.2", | ||
"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
10496
296