Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 6, 2023
1 parent 5eece9b commit 1eb9a03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ type ExtendedPromiseMatchers<C extends Extensions<C>> = {
* The extended `expect`, with all original matchers as well as our extensions.
*/
export interface Expect<F extends Extensions<F>> extends RawExpect {
<T = unknown>(actual: T): ExtendedMatchers<F> &
ExtendedPromiseMatchers<F> &
typeof originalExpect;
<T = unknown>(
actual: T,
): ExtendedMatchers<F> & ExtendedPromiseMatchers<F> & typeof originalExpect;
}

/**
Expand Down

0 comments on commit 1eb9a03

Please sign in to comment.