Skip to content

Commit 5ba0156

Browse files
authored
fix: add vitest import when extending vitest matchers (#646)
1 parent 4468378 commit 5ba0156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/vitest.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
import 'vitest'
22
import {type TestingLibraryMatchers} from './matchers'
33

44
declare module 'vitest' {

0 commit comments

Comments
 (0)