Skip to content

Commit

Permalink
fix: vitest compatibility, following testing-library example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Feb 22, 2023
1 parent 73b685d commit 57adf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable @typescript-eslint/no-explicit-any */

interface CustomMatchers<R> {
interface CustomMatchers<R> extends Record<string, any> {
/**
* Note: Currently unimplemented
* Passing assertion
Expand Down

0 comments on commit 57adf6d

Please sign in to comment.