jest-setup.ts 128 B

12345
  1. import "@testing-library/jest-dom";
  2. import nextConfig from "./next.config";
  3. jest.mock('next/config', () => () => nextConfig);