mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-08 18:39:20 +08:00
6 lines
90 B
TypeScript
6 lines
90 B
TypeScript
declare namespace jest {
|
|
interface Matchers<R> {
|
|
toHaveNoViolations: () => R;
|
|
}
|
|
}
|