mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-02 13:40:15 +00:00
8 lines
197 B
TypeScript
8 lines
197 B
TypeScript
// Test types for vitest + jest-dom compatibility
|
|
import '@testing-library/jest-dom'
|
|
|
|
declare global {
|
|
namespace Vi {
|
|
interface JestAssertion<T = any> extends jest.Matchers<void, T> {}
|
|
}
|
|
}
|