@vitest/expect
Advanced tools
Comparing version 3.0.6 to 3.0.7
@@ -89,3 +89,3 @@ import { MockInstance } from '@vitest/spy'; | ||
} | ||
type MatchersObject<T extends MatcherState = MatcherState> = Record<string, RawMatcherFn<T>>; | ||
type MatchersObject<T extends MatcherState = MatcherState> = Record<string, RawMatcherFn<T>> & ThisType<T>; | ||
interface ExpectStatic extends Chai.ExpectStatic, AsymmetricMatchersContaining { | ||
@@ -92,0 +92,0 @@ <T>(actual: T, message?: string): Assertion<T>; |
{ | ||
"name": "@vitest/expect", | ||
"type": "module", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "Jest's expect matchers as a Chai plugin", | ||
@@ -35,4 +35,4 @@ "license": "MIT", | ||
"tinyrainbow": "^2.0.0", | ||
"@vitest/spy": "3.0.6", | ||
"@vitest/utils": "3.0.6" | ||
"@vitest/spy": "3.0.7", | ||
"@vitest/utils": "3.0.7" | ||
}, | ||
@@ -42,3 +42,3 @@ "devDependencies": { | ||
"rollup-plugin-copy": "^3.5.0", | ||
"@vitest/runner": "3.0.6" | ||
"@vitest/runner": "3.0.7" | ||
}, | ||
@@ -45,0 +45,0 @@ "scripts": { |
171747
+ Added@vitest/pretty-format@3.0.7(transitive)
+ Added@vitest/spy@3.0.7(transitive)
+ Added@vitest/utils@3.0.7(transitive)
- Removed@vitest/pretty-format@3.0.6(transitive)
- Removed@vitest/spy@3.0.6(transitive)
- Removed@vitest/utils@3.0.6(transitive)
Updated@vitest/spy@3.0.7
Updated@vitest/utils@3.0.7