Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed Dec 15, 2021
1 parent 41e63e2 commit 83aa7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/utils/toHaveNoIncomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const toHaveNoIncompletes = {
declare global {
// eslint-disable-next-line
namespace jest {
interface Matchers<R, T> {
interface Matchers<R> {
toHaveNoIncompletes(): R
}
}
Expand Down

0 comments on commit 83aa7c1

Please sign in to comment.