|
@@ -8,7 +8,7 @@ const createJestConfig = nextJest({
|
|
|
// Add any custom config to be passed to Jest
|
|
|
const customJestConfig = {
|
|
|
setupFilesAfterEnv: ["<rootDir>/jest.setup.ts"],
|
|
|
- testEnvironment: "jest-environment-jsdom",
|
|
|
+ testEnvironment: "jsdom",
|
|
|
moduleDirectories: ["node_modules", "src"],
|
|
|
modulePaths: ["<rootDir>"]
|
|
|
};
|