diff --git a/web/jest.config.js b/web/jest.config.js index cde127bae..38c34b3ce 100644 --- a/web/jest.config.js +++ b/web/jest.config.js @@ -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)$' ] };