Skip to content

Commit f647d50

Browse files
committed
Ignore playwright tests related folders when runing jest
1 parent 59f1297 commit f647d50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ export default {
88
moduleNameMapper: {
99
'\\.(gif|ttf|eot|svg|png)$': '<rootDir>/test/__ mocks __/fileMock.js',
1010
},
11+
modulePathIgnorePatterns: ['<rootDir>/tests/', '<rootDir>/tests-examples/'],
1112
};

0 commit comments

Comments
 (0)