@vitest/expect
Advanced tools
+2
-1
@@ -98,2 +98,3 @@ import { MockInstance } from '@vitest/spy'; | ||
| declare function addCustomEqualityTesters(newTesters: Array<Tester>): void; | ||
| declare function getCustomEqualityTesters(): Array<Tester>; | ||
@@ -930,3 +931,3 @@ /** | ||
| export { ASYMMETRIC_MATCHERS_OBJECT, Any, Anything, ArrayContaining, AsymmetricMatcher, ChaiStyleAssertions, GLOBAL_EXPECT, JEST_MATCHERS_OBJECT, JestAsymmetricMatchers, JestChaiExpect, JestExtend, MATCHERS_OBJECT, ObjectContaining, SchemaMatching, StringContaining, StringMatching, addCustomEqualityTesters, arrayBufferEquality, createAssertionMessage, customMatchers, equals, fnNameFor, generateToBeMessage, getObjectKeys, getObjectSubset, getState, hasAsymmetric, hasProperty, isA, isAsymmetric, isError, isImmutableUnorderedKeyed, isImmutableUnorderedSet, isStandardSchema, iterableEquality, pluralize, recordAsyncExpect, setState, sparseArrayEquality, subsetEquality, typeEquality, wrapAssertion }; | ||
| export { ASYMMETRIC_MATCHERS_OBJECT, Any, Anything, ArrayContaining, AsymmetricMatcher, ChaiStyleAssertions, GLOBAL_EXPECT, JEST_MATCHERS_OBJECT, JestAsymmetricMatchers, JestChaiExpect, JestExtend, MATCHERS_OBJECT, ObjectContaining, SchemaMatching, StringContaining, StringMatching, addCustomEqualityTesters, arrayBufferEquality, createAssertionMessage, customMatchers, equals, fnNameFor, generateToBeMessage, getCustomEqualityTesters, getObjectKeys, getObjectSubset, getState, hasAsymmetric, hasProperty, isA, isAsymmetric, isError, isImmutableUnorderedKeyed, isImmutableUnorderedSet, isStandardSchema, iterableEquality, pluralize, recordAsyncExpect, setState, sparseArrayEquality, subsetEquality, typeEquality, wrapAssertion }; | ||
| export type { Assertion, AsymmetricMatcherInterface, AsymmetricMatchersContaining, AsyncExpectationResult, ChaiMockAssertion, ChaiPlugin, DeeplyAllowMatchers, ExpectStatic, ExpectationResult, JestAssertion, MatcherHintOptions, MatcherState, Matchers, MatchersObject, PromisifyAssertion, RawMatcherFn, SyncExpectationResult, Tester, TesterContext }; |
+3
-3
| { | ||
| "name": "@vitest/expect", | ||
| "type": "module", | ||
| "version": "5.0.0-beta.5", | ||
| "version": "5.0.0-beta.6", | ||
| "description": "Jest's expect matchers as a Chai plugin", | ||
@@ -43,4 +43,4 @@ "license": "MIT", | ||
| "tinyrainbow": "^3.1.0", | ||
| "@vitest/spy": "5.0.0-beta.5", | ||
| "@vitest/utils": "5.0.0-beta.5" | ||
| "@vitest/spy": "5.0.0-beta.6", | ||
| "@vitest/utils": "5.0.0-beta.6" | ||
| }, | ||
@@ -47,0 +47,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
106816
0.1%2859
0.03%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated