Remove non-existent <rootDir>/public root from x-pack Jest config. (#35070) (#35075)

This commit is contained in:
Aleh Zasypkin 2019-04-15 17:17:00 +02:00 committed by GitHub
parent 0ffe5e4f54
commit 9b03fdec84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,6 @@ export function createJestConfig({
roots: [
'<rootDir>/plugins',
'<rootDir>/server',
'<rootDir>/public',
],
moduleFileExtensions: [
'js',