Jest multi-project configuration (#77894)

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2020-12-02 11:42:23 -08:00 committed by GitHub
parent 2ffdf75b6e
commit b593781009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
177 changed files with 2923 additions and 7690 deletions

View 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'],
};