Skip to content

Commit 404d095

Browse files
committed
ignore test dist dir
1 parent 7f6c719 commit 404d095

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jest.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ export default {
55
...createDefaultPreset(),
66
moduleNameMapper: {
77
'^(\\.{1,2}/.*)\\.js$': '$1',
8-
}
8+
},
9+
testPathIgnorePatterns: ["dist"]
910
};

0 commit comments

Comments
 (0)