mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[7.x] chore(NA): fix configuration on jest test environment (#… (#52141)
* chore(NA): fix configuration on jest test environment * chore(NA): disable corejs * chore(NA): remove mocks from module path ignore patterns
This commit is contained in:
parent
ceadcebccc
commit
0d2ab79001
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ module.exports = babelJest.createTransformer({
|
|||
'@babel/preset-env': {
|
||||
// disable built-in filtering, which is more performant but strips the import of `regenerator-runtime` required by EUI
|
||||
useBuiltIns: false,
|
||||
corejs: false
|
||||
}
|
||||
}]
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue