Skip to content

Commit

Permalink
fix(expect): remove debug types
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Dec 21, 2021
1 parent 4213261 commit c59d991
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions expect/expect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ type Chain<
}
& (Promised extends true
? Chainable<Post, ReturnTypePromisifyMap<MatcherFilter<Actual, U>>>
: Chainable<Post, MatcherFilter<Actual, U>>)
& { get: Promised };
: Chainable<Post, MatcherFilter<Actual, U>>);

type Expected<
Actual,
Expand Down

0 comments on commit c59d991

Please sign in to comment.