Skip to content

Commit fbc9fc9

Browse files
committed
Fixed jest test cases failure due to dependabot update of react-resize-detector package
1 parent bcd6f3f commit fbc9fc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = {
5151
],
5252
'testEnvironment': 'jsdom',
5353
'transformIgnorePatterns': [
54-
'[/\\\\]node_modules[/\\\\](?!react-dnd|dnd-core|@react-dnd).+\\.(js|jsx|mjs|cjs|ts|tsx)$',
54+
'[/\\\\]node_modules[/\\\\](?!react-dnd|dnd-core|@react-dnd|react-resize-detector).+\\.(js|jsx|mjs|cjs|ts|tsx)$',
5555
'^.+\\.module\\.(css|sass|scss)$'
5656
]
5757
};

0 commit comments

Comments
 (0)