Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
review comments
Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
  • Loading branch information
benjaminjkraft and mrazauskas authored Feb 1, 2023
commit 6230a94a41b40179c8a27e9b35eaccd8d9b1a370
1 change: 0 additions & 1 deletion packages/expect/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ export interface Matchers<R extends void | Promise<void>, T = unknown> {
* @internal
*/
_unusedT(expected: T): R;

/**
* Ensures the last call to a mock function was provided specific args.
*/
Expand Down