ant-design/typings/jest.d.ts
2023-06-07 21:59:21 +08:00

6 lines
86 B
TypeScript

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