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 Aug 7, 2023
1 parent 327acd0 commit c4b14a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 1 addition & 6 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{
"extends": [
"config:base",
"config:js-lib",
"github>andrewaylett/renovate-config",
":assignAndReview(andrewaylett)"
]
"extends": ["config:base", "config:js-lib", "github>andrewaylett/renovate-config", ":assignAndReview(andrewaylett)"]
}
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 c4b14a2

Please sign in to comment.