chore: setup vitest
This commit is contained in:
8
vitest.types.d.ts
vendored
Normal file
8
vitest.types.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import '@testing-library/jest-dom/vitest';
|
||||
import type { TestingLibraryMatchers } from '@testing-library/jest-dom/matchers';
|
||||
|
||||
declare global {
|
||||
namespace Vi {
|
||||
interface Matchers<R = any> extends TestingLibraryMatchers<R, void> {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user