ant-design/typings/jest.d.ts
Eric Wang 095e21220f
chore: Introduce customer jest match to support matchRenderedSnapshot (#22947)
* Introduce customer jest match to support matchRenderedSnapshot

* lint:tsc stop emiting
2020-04-06 12:05:38 +08:00

6 lines
91 B
TypeScript

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