Skip to content

Commit

Permalink
Fixed jest test cases failing due to an update of react-resize-detect…
Browse files Browse the repository at this point in the history
…or package.
  • Loading branch information
anilsahoo20 authored Dec 30, 2024
1 parent bcd6f3f commit 19c8fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = {
],
'testEnvironment': 'jsdom',
'transformIgnorePatterns': [
'[/\\\\]node_modules[/\\\\](?!react-dnd|dnd-core|@react-dnd).+\\.(js|jsx|mjs|cjs|ts|tsx)$',
'[/\\\\]node_modules[/\\\\](?!react-dnd|dnd-core|@react-dnd|react-resize-detector).+\\.(js|jsx|mjs|cjs|ts|tsx)$',
'^.+\\.module\\.(css|sass|scss)$'
]
};

0 comments on commit 19c8fcd

Please sign in to comment.