Skip to content

Commit 0a47217

Browse files
🧪 ignore out folder for tests
* Simply put, we don't care about anything that shows up for compilation
1 parent 1fe9caf commit 0a47217

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

jest.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@ module.exports = {
77
collectCoverageFrom: ['src/**/*.ts'],
88
setupFiles: [
99
"dotenv/config"
10+
],
11+
testPathIgnorePatterns: [
12+
"node_modules",
13+
"out"
1014
]
1115
};

0 commit comments

Comments
 (0)