mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-01 09:30:58 -05:00
15 lines
412 B
TypeScript
15 lines
412 B
TypeScript
// // This file extends the global Jest namespace with custom matchers from @testing-library/jest-dom
|
|
// import '@testing-library/jest-dom';
|
|
//
|
|
// declare global {
|
|
// namespace jest {
|
|
// interface Matchers<R> {
|
|
// toBeInTheDocument(): R;
|
|
// toHaveClass(...classes: string[]): R;
|
|
// // Add other custom matchers you use from @testing-library/jest-dom
|
|
// }
|
|
// }
|
|
// }
|
|
//
|
|
// export {};
|