Skip to content

Commit

Permalink
fix: jest
Browse files Browse the repository at this point in the history
  • Loading branch information
balajmarius committed Oct 29, 2024
1 parent f4ebe92 commit d587b14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ const createJestConfig = jest({

const config: Config = {
coverageProvider: "v8",
testEnvironment: "jsdom",
testEnvironment: "node",
moduleNameMapper: {
"^@/(.*)$": "<rootDir>/$1",
},
testPathIgnorePatterns: ["<rootDir>/node_modules/", "<rootDir>/dist/"],
};

export default createJestConfig(config);

0 comments on commit d587b14

Please sign in to comment.