Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 7607dad

Browse files
committed
chore: fix haste-map collision
1 parent 34fa690 commit 7607dad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

jest.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
4-
testPathIgnorePatterns: ['/node_modules/', '/fixtures/', '.eslintrc.js'],
4+
testPathIgnorePatterns: [
5+
'/dist',
6+
'/node_modules/',
7+
'/fixtures/',
8+
'.eslintrc.js',
9+
],
510
coveragePathIgnorePatterns: ['/node_modules/', '/fixtures/'],
611
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
712
};

0 commit comments

Comments
 (0)