Files
ionic-framework/core/src/jest.d.ts

6 lines
96 B
TypeScript

declare namespace jest {
interface Matchers<R> {
toHaveShadowPart(part: string): R;
}
}