Skip to content

Commit dd81596

Browse files
committed
fix: update Matchers extension
1 parent b04ee28 commit dd81596

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/setup-vitest.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import type { MockInstance } from 'vitest'
22

33
declare module 'vitest' {
4-
interface Assertion<T = any> extends CustomMatchers<T> {}
5-
interface AsymmetricMatchersContaining extends CustomMatchers {}
4+
interface Matchers<T = any> extends CustomMatchers<T> {}
65
}
76

87
interface CustomMatchers<R = unknown> {

0 commit comments

Comments
 (0)