jest-leak-detector
Advanced tools
Comparing version 28.0.0-alpha.5 to 28.0.0-alpha.6
@@ -74,7 +74,5 @@ 'use strict'; | ||
'Primitives cannot leak memory.', | ||
'You passed a ' + | ||
typeof value + | ||
': <' + | ||
(0, _prettyFormat().format)(value) + | ||
'>' | ||
`You passed a ${typeof value}: <${(0, _prettyFormat().format)( | ||
value | ||
)}>` | ||
].join(' ') | ||
@@ -81,0 +79,0 @@ ); |
{ | ||
"name": "jest-leak-detector", | ||
"version": "28.0.0-alpha.5", | ||
"version": "28.0.0-alpha.6", | ||
"repository": { | ||
@@ -21,3 +21,3 @@ "type": "git", | ||
"jest-get-type": "^28.0.0-alpha.3", | ||
"pretty-format": "^28.0.0-alpha.5" | ||
"pretty-format": "^28.0.0-alpha.6" | ||
}, | ||
@@ -34,3 +34,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "46fb19b2628bd87676c10730ba19592c30b05478" | ||
"gitHead": "6284ada4adb7008f5f8673b1a7b1c789d2e508fb" | ||
} |
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
5723
109