Skip to content

Commit e1228b4

Browse files
committed
Updates
1 parent d734c9b commit e1228b4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

extension/jest.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ module.exports = {
66
'\\.css$': '<rootDir>/test/__mocks__/styleMock.js',
77
},
88
transformIgnorePatterns: [
9-
'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|color|d3|dateformat|delaunator|internmap|jsondiffpatch|lodash-es|nanoid|robust-predicates|uuid)',
9+
'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|@x0k/json-schema-merge|chalk|color|d3|dateformat|delaunator|internmap|jsondiffpatch|lodash-es|nanoid|robust-predicates|uuid)',
1010
],
1111
};

packages/redux-devtools-app-core/jest.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ module.exports = {
1010
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
1111
},
1212
transformIgnorePatterns: [
13-
'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|color|d3|dateformat|delaunator|internmap|jsondiffpatch|lodash-es|nanoid|robust-predicates|uuid)',
13+
'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|@x0k/json-schema-merge|chalk|color|d3|dateformat|delaunator|internmap|jsondiffpatch|lodash-es|nanoid|robust-predicates|uuid)',
1414
],
1515
};

packages/redux-devtools-ui/jest.config.cjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ module.exports = {
88
'^.+\\.jsx?$': 'babel-jest',
99
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
1010
},
11-
transformIgnorePatterns: ['node_modules/(?!.pnpm|color|lodash-es|nanoid)'],
11+
transformIgnorePatterns: [
12+
'node_modules/(?!.pnpm|@x0k/json-schema-merge|color|lodash-es|nanoid)',
13+
],
1214
};

0 commit comments

Comments
 (0)