Skip to content

Commit 1534c8f

Browse files
committed
test: ✅ update module path ignore pattern
1 parent a6292e8 commit 1534c8f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

jest.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ module.exports = {
5353
'plugin-browser-session',
5454
'plugin-network-instrumentation'
5555
], {
56-
testEnvironment: '<rootDir>/jest/FixJSDOMEnvironment.js'
56+
testEnvironment: '<rootDir>/jest/FixJSDOMEnvironment.js',
57+
modulePathIgnorePatterns: ['.verdaccio', 'dist', 'examples', 'fixtures']
5758
}),
5859
project('react native', [
5960
'react-native',

0 commit comments

Comments
 (0)