File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 5
5
- ` [jest-config] ` Add ` readInitialConfig ` utility function ([ #13356 ] ( https://github.com/facebook/jest/pull/13356 ) )
6
6
- ` [jest-core] ` Enable testResultsProcessor to be async ([ #13343 ] ( https://github.com/facebook/jest/pull/13343 ) )
7
7
- ` [expect, @jest/expect-utils] ` Allow ` isA ` utility to take a type argument ([ #13355 ] ( https://github.com/facebook/jest/pull/13355 ) )
8
+ - ` [expect] ` Expose ` AsyncExpectationResult ` and ` SyncExpectationResult ` types ([ #13411 ] ( https://github.com/facebook/jest/pull/13411 ) )
8
9
9
10
### Fixes
10
11
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ import type {
53
53
54
54
export { AsymmetricMatcher } from './asymmetricMatchers' ;
55
55
export type {
56
+ AsyncExpectationResult ,
56
57
AsymmetricMatchers ,
57
58
BaseExpect ,
58
59
Expect ,
@@ -63,6 +64,7 @@ export type {
63
64
MatcherState ,
64
65
MatcherUtils ,
65
66
Matchers ,
67
+ SyncExpectationResult ,
66
68
} from './types' ;
67
69
68
70
export class JestAssertionError extends Error {
You can’t perform that action at this time.
0 commit comments