diff --git a/x-pack/plugins/security_solution/server/deprecation_privileges/jest.config.js b/x-pack/plugins/security_solution/server/deprecation_privileges/jest.config.js new file mode 100644 index 000000000000000..dbb9f07957ddcaa --- /dev/null +++ b/x-pack/plugins/security_solution/server/deprecation_privileges/jest.config.js @@ -0,0 +1,5 @@ +module.exports = { + preset: '@kbn/test', + rootDir: '../../../../..', + roots: ['/x-pack/plugins/security_solution/server/deprecation_privileges'], +}; diff --git a/x-pack/plugins/security_solution/server/deprecations/jest.config.js b/x-pack/plugins/security_solution/server/deprecations/jest.config.js new file mode 100644 index 000000000000000..325aa423c310b4a --- /dev/null +++ b/x-pack/plugins/security_solution/server/deprecations/jest.config.js @@ -0,0 +1,5 @@ +module.exports = { + preset: '@kbn/test', + rootDir: '../../../../..', + roots: ['/x-pack/plugins/security_solution/server/deprecations'], +};