mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Jest multi-project configuration (#77894)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
2ffdf75b6e
commit
b593781009
177 changed files with 2923 additions and 7690 deletions
11
x-pack/plugins/remote_clusters/jest.config.js
Normal file
11
x-pack/plugins/remote_clusters/jest.config.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the Elastic License;
|
||||
* you may not use this file except in compliance with the Elastic License.
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../../..',
|
||||
roots: ['<rootDir>/x-pack/plugins/remote_clusters'],
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue