mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
(cherry picked from commit deb0598c2d
)
Co-authored-by: Spencer <spencer@elastic.co>
This commit is contained in:
parent
9c6b9c5e1e
commit
57a1624f2d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ module.exports = {
|
|||
'^(!!)?file-loader!': '<rootDir>/node_modules/@kbn/test/target_node/jest/mocks/file_mock.js',
|
||||
...Object.fromEntries(
|
||||
Array.from(pkgMap.entries()).map(([pkgId, repoRelativeDir]) => [
|
||||
`^${pkgId}(/?.*)$`,
|
||||
`^${pkgId}(/.*)?$`,
|
||||
`<rootDir>/${repoRelativeDir}$1`,
|
||||
])
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue