diff --git a/jest.config.js b/jest.config.js index fa9ddbe4..9a46a4c3 100644 --- a/jest.config.js +++ b/jest.config.js @@ -25,7 +25,7 @@ module.exports = { }, transformIgnorePatterns: [ '/.stryker-tmp', - '[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$', + '/node_modules\\/(?!react-leaflet)\.(js|jsx|ts|tsx)$', '^.+\\.module\\.scss$', ], moduleNameMapper: {