ant-design/typings/jest.d.ts
2021-12-04 17:06:36 +08:00

6 lines
86 B
TypeScript

declare namespace jest {
interface Matchers<R> {
toHaveNoViolations(): R;
}
}