@vitest/expect
Advanced tools
Comparing version 0.27.0 to 0.27.1
@@ -997,3 +997,3 @@ import c from 'picocolors'; | ||
if (called && isNot) | ||
msg += formatCalls(spy, msg); | ||
msg = formatCalls(spy, msg); | ||
if (called && isNot || !called && !isNot) { | ||
@@ -1020,3 +1020,3 @@ const err = new Error(msg); | ||
if (pass && isNot || !pass && !isNot) { | ||
msg += formatCalls(spy, msg, args); | ||
msg = formatCalls(spy, msg, args); | ||
const err = new Error(msg); | ||
@@ -1023,0 +1023,0 @@ err.name = "AssertionError"; |
{ | ||
"name": "@vitest/expect", | ||
"type": "module", | ||
"version": "0.27.0", | ||
"version": "0.27.1", | ||
"description": "Jest's expect matchers as a Chai plugin", | ||
@@ -29,4 +29,4 @@ "license": "MIT", | ||
"picocolors": "^1.0.0", | ||
"@vitest/utils": "0.27.0", | ||
"@vitest/spy": "0.27.0" | ||
"@vitest/spy": "0.27.1", | ||
"@vitest/utils": "0.27.1" | ||
}, | ||
@@ -33,0 +33,0 @@ "scripts": { |
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
54328
+ Added@vitest/spy@0.27.1(transitive)
+ Added@vitest/utils@0.27.1(transitive)
- Removed@vitest/spy@0.27.0(transitive)
- Removed@vitest/utils@0.27.0(transitive)
Updated@vitest/spy@0.27.1
Updated@vitest/utils@0.27.1