Skip to content

Commit a693911

Browse files
committed
test: update jest config, ignore dist folder
1 parent 495e13e commit a693911

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

jest.config.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
2-
preset: 'ts-jest',
3-
testEnvironment: 'node',
2+
preset: "ts-jest",
3+
testEnvironment: "node",
44
coverageDirectory: "coverage",
5-
coverageReporters: ["json", "lcov", "text"]
5+
coverageReporters: ["json", "lcov", "text"],
6+
testPathIgnorePatterns: ["/node_modules/", "/dist/"]
67
};

0 commit comments

Comments
 (0)