mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-02 20:28:13 -06:00
Fixed jest test cases failing due to an update of react-resize-detector package.
This commit is contained in:
parent
bcd6f3f429
commit
19c8fcd775
@ -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)$'
|
||||
]
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user