Files
Igor Randjelovic da25b30992 chore: cleanup
2021-03-11 16:22:12 +01:00

9 lines
147 B
TypeScript

// define test-specific globals here
declare namespace jest {
interface Matchers<R, T> {
toHaveBeenWarned(): R;
toHaveBeenPrinted(): R;
}
}