Skip to content

Commit f53ddf5

Browse files
committed
add tests and update snapshots
1 parent 13b6ae1 commit f53ddf5

File tree

3 files changed

+2221
-2009
lines changed

3 files changed

+2221
-2009
lines changed

packages/expect/__typetests__/expect.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ expectType<void>(
7979
expectType<boolean>(this.isExpectingAssertions);
8080
expectType<Error | undefined>(this.isExpectingAssertionsError);
8181
expectType<boolean | undefined>(this.isNot);
82-
expectType<jestMatcherUtils.MatcherHintOptions | undefined>(this.matcherHintOptions);
82+
expectType<jestMatcherUtils.MatcherHintOptions | undefined>(
83+
this.matcherHintOptions,
84+
);
8385
expectType<string | undefined>(this.promise);
8486
expectType<Array<Error>>(this.suppressedErrors);
8587
expectType<string | undefined>(this.testPath);

0 commit comments

Comments
 (0)