text.d.ts 144 B

1234
  1. export declare function toEqualText(input: HTMLElement | string, expectTextContent: string): {
  2. message: () => string;
  3. pass: boolean;
  4. };