Skip to content

Commit 0d06d2f

Browse files
Copilotmanekinekko
andcommitted
Update jest config to exclude dist folder from test runs
Co-authored-by: manekinekko <[email protected]>
1 parent 09216e1 commit 0d06d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
4-
testPathIgnorePatterns: ['<rootDir>/sample/'],
4+
testPathIgnorePatterns: ['<rootDir>/sample/', '<rootDir>/dist/'],
55
};

0 commit comments

Comments
 (0)