mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-06 17:00:30 +08:00
10 lines
148 B
TypeScript
10 lines
148 B
TypeScript
import "@testing-library/jest-dom/vitest"
|
|
|
|
declare global {
|
|
namespace jest {
|
|
interface Matchers<R> {
|
|
toBeInTheDocument(): R
|
|
}
|
|
}
|
|
}
|