Welcome to mirror list, hosted at ThFree Co, Russian Federation.

jest-setup.ts - github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e4aff9950d8d95ce6cb239b29fb659b512dafa3 (plain)
1
2
3
4
5
import "@testing-library/jest-dom";
import nextConfig from "./next.config";

jest.mock('next/config', () => () => nextConfig);