Skip to content

Commit ace0c7a

Browse files
committed
chore: 🤖 add Jest ignore patterns
1 parent 957c94b commit ace0c7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,9 @@
162162
"transform": {
163163
"^.+\\.ts$": "ts-jest"
164164
},
165-
"transformIgnorePatterns": [],
165+
"transformIgnorePatterns": [
166+
".*/node_modules/.*"
167+
],
166168
"testRegex": ".*/(__tests__|__jest__|demo)/.*\\.(test|spec)\\.ts$"
167169
},
168170
"prettier": {

0 commit comments

Comments
 (0)