ant-design/tests/setupAfterEnv.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
116 B
TypeScript

import toMatchRenderedSnapshot from './matchers/rendered-snapshot';
expect.extend({
toMatchRenderedSnapshot,
});