Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@vitest/expect

Package Overview
Dependencies
Maintainers
5
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitest/expect - npm Package Compare versions

Comparing version
5.0.0-beta.2
to
5.0.0-beta.3
+1
-1
dist/index.d.ts

@@ -212,3 +212,3 @@ import { MockInstance } from '@vitest/spy';

*/
toBeOneOf: <T>(sample: Array<T> | Set<T>) => any;
toBeOneOf: <T>(sample: ReadonlyArray<T> | ReadonlySet<T>) => any;
}

@@ -215,0 +215,0 @@ interface AsymmetricMatchersContaining extends CustomMatcher {

{
"name": "@vitest/expect",
"type": "module",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Jest's expect matchers as a Chai plugin",

@@ -43,7 +43,7 @@ "license": "MIT",

"tinyrainbow": "^3.1.0",
"@vitest/spy": "5.0.0-beta.2",
"@vitest/utils": "5.0.0-beta.2"
"@vitest/spy": "5.0.0-beta.3",
"@vitest/utils": "5.0.0-beta.3"
},
"devDependencies": {
"@vitest/runner": "5.0.0-beta.2"
"@vitest/runner": "5.0.0-beta.3"
},

@@ -50,0 +50,0 @@ "scripts": {