mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
(cherry picked from commit 9ff26f9de9
)
Co-authored-by: Spencer <spencer@elastic.co>
This commit is contained in:
parent
2d107e4611
commit
c668d83b93
2 changed files with 8 additions and 0 deletions
|
@ -43,4 +43,8 @@ module.exports = {
|
|||
testEnvironment: 'node',
|
||||
snapshotSerializers: [],
|
||||
setupFiles: ['<rootDir>/node_modules/@kbn/test/target_node/jest/setup/babel_polyfill.js'],
|
||||
haste: {
|
||||
...preset.haste,
|
||||
throwOnModuleCollision: true,
|
||||
},
|
||||
};
|
||||
|
|
|
@ -13,4 +13,8 @@ module.exports = {
|
|||
testEnvironment: 'node',
|
||||
snapshotSerializers: [],
|
||||
setupFiles: ['<rootDir>/node_modules/@kbn/test/target_node/jest/setup/babel_polyfill.js'],
|
||||
haste: {
|
||||
...preset.haste,
|
||||
throwOnModuleCollision: true,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue