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
review comments, again
Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
  • Loading branch information
benjaminjkraft and mrazauskas authored Feb 1, 2023
commit 12d3bcc3ea3d26a35c2baa8483f86e9df2b97dea
2 changes: 1 addition & 1 deletion packages/expect/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export interface Matchers<R extends void | Promise<void>, T = unknown> {
/**
* T is a type param for the benefit of users who extend Matchers. It's
* intentionally unused and needs to be named T, not _T, for those users.
* This makes sure Typescript agrees.
* This makes sure TypeScript agrees.
*
* @internal
*/
Expand Down