Skip to content

Commit 62ec2f8

Browse files
committed
test: Added moduleIgnorePaths
1 parent 53b38f0 commit 62ec2f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jest.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ module.exports = {
2323
'jsx',
2424
'json',
2525
],
26+
modulePathIgnorePatterns: [
27+
'<rootDir>/dist',
28+
],
2629
globals: {
2730
'ts-jest': {
2831
diagnostics: false,

0 commit comments

Comments
 (0)