We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b6ae1 commit f53ddf5Copy full SHA for f53ddf5
packages/expect/__typetests__/expect.test.ts
@@ -79,7 +79,9 @@ expectType<void>(
79
expectType<boolean>(this.isExpectingAssertions);
80
expectType<Error | undefined>(this.isExpectingAssertionsError);
81
expectType<boolean | undefined>(this.isNot);
82
- expectType<jestMatcherUtils.MatcherHintOptions | undefined>(this.matcherHintOptions);
+ expectType<jestMatcherUtils.MatcherHintOptions | undefined>(
83
+ this.matcherHintOptions,
84
+ );
85
expectType<string | undefined>(this.promise);
86
expectType<Array<Error>>(this.suppressedErrors);
87
expectType<string | undefined>(this.testPath);
0 commit comments