We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495e13e commit a693911Copy full SHA for a693911
jest.config.js
@@ -1,6 +1,7 @@
1
module.exports = {
2
- preset: 'ts-jest',
3
- testEnvironment: 'node',
+ preset: "ts-jest",
+ testEnvironment: "node",
4
coverageDirectory: "coverage",
5
- coverageReporters: ["json", "lcov", "text"]
+ coverageReporters: ["json", "lcov", "text"],
6
+ testPathIgnorePatterns: ["/node_modules/", "/dist/"]
7
};
0 commit comments