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

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'jest-setup.ts')
-rw-r--r--jest-setup.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/jest-setup.ts b/jest-setup.ts
new file mode 100644
index 0000000..5e4aff9
--- /dev/null
+++ b/jest-setup.ts
@@ -0,0 +1,5 @@
+import "@testing-library/jest-dom";
+import nextConfig from "./next.config";
+
+jest.mock('next/config', () => () => nextConfig);
+