mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-09 17:57:26 +03:00
Ensured react-leaflet is transformed with jest, until updated to jest 28
This commit is contained in:
parent
271b19a4ec
commit
6aee08b866
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
transformIgnorePatterns: [
|
transformIgnorePatterns: [
|
||||||
'<rootDir>/.stryker-tmp',
|
'<rootDir>/.stryker-tmp',
|
||||||
'[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$',
|
'/node_modules\\/(?!react-leaflet)\.(js|jsx|ts|tsx)$',
|
||||||
'^.+\\.module\\.scss$',
|
'^.+\\.module\\.scss$',
|
||||||
],
|
],
|
||||||
moduleNameMapper: {
|
moduleNameMapper: {
|
||||||
|
|
Loading…
Reference in a new issue