@vitest/expect
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -101,3 +101,3 @@ import * as tinyrainbow from 'tinyrainbow'; | ||
toMatch: (expected: string | RegExp) => void; | ||
toMatchObject: <E extends {} | any[]>(expected: E) => void; | ||
toMatchObject: <E extends object | any[]>(expected: E) => void; | ||
toContain: <E>(item: E) => void; | ||
@@ -104,0 +104,0 @@ toContainEqual: <E>(item: E) => void; |
{ | ||
"name": "@vitest/expect", | ||
"type": "module", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Jest's expect matchers as a Chai plugin", | ||
@@ -35,4 +35,4 @@ "license": "MIT", | ||
"tinyrainbow": "^1.2.0", | ||
"@vitest/spy": "2.0.3", | ||
"@vitest/utils": "2.0.3" | ||
"@vitest/utils": "2.0.4", | ||
"@vitest/spy": "2.0.4" | ||
}, | ||
@@ -42,3 +42,3 @@ "devDependencies": { | ||
"rollup-plugin-copy": "^3.5.0", | ||
"@vitest/runner": "2.0.3" | ||
"@vitest/runner": "2.0.4" | ||
}, | ||
@@ -45,0 +45,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
148672
+ Added@vitest/pretty-format@2.0.4(transitive)
+ Added@vitest/spy@2.0.4(transitive)
+ Added@vitest/utils@2.0.4(transitive)
- Removed@vitest/pretty-format@2.0.3(transitive)
- Removed@vitest/spy@2.0.3(transitive)
- Removed@vitest/utils@2.0.3(transitive)
Updated@vitest/spy@2.0.4
Updated@vitest/utils@2.0.4