OpenPanel/packages/nextjs-router/jest.config.js
Stefan Pejcic 8595a9f4e5 back
2024-05-08 19:58:53 +02:00

7 lines
128 B
JavaScript

module.exports = {
preset: "ts-jest",
rootDir: "./",
displayName: "nextjs-router",
testEnvironment: "jsdom",
};