// jest-dom adds custom jest matchers for asserting on DOM nodes. // allows you to do things like: // expect(element).toHaveTextContent(/react/i) // learn more: https://github.com/testing-library/jest-dom import "@testing-library/jest-dom"; import "jest-extended"; import { toHaveNoViolations } from "jest-axe"; expect.extend(toHaveNoViolations); // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore global.IS_REACT_ACT_ENVIRONMENT = true;