Skip to content

Commit

Permalink
test: ignore dist folder tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian4res committed Oct 16, 2023
1 parent 72ae716 commit e45f2f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ module.exports = {
"url": "https://jestjs.io/",
"userAgent": "Agent/007"
},
transformIgnorePatterns: ["<rootDir>/node_modules/(?!crypto-random-string/)"]
transformIgnorePatterns: ["<rootDir>/node_modules/(?!crypto-random-string/)"],
modulePathIgnorePatterns: ["<rootDir>/dist/"]
};

0 comments on commit e45f2f7

Please sign in to comment.