kibana/packages/kbn-config-mocks/jest.config.js
Pierre Gayvallet 1d877b8933
Create the @kbn/config-mocks package (#133170)
* Create the `@kbn/config-mocks` package

* adapt @kbn/config tests to use internal mocks

* move from devDeps to deps because lint wants to

* update readme

* remove devOnly for now
2022-05-31 14:17:46 +02:00

13 lines
480 B
JavaScript

/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0 and the Server Side Public License, v 1; you may not use this file except
* in compliance with, at your election, the Elastic License 2.0 or the Server
* Side Public License, v 1.
*/
module.exports = {
preset: '@kbn/test/jest_node',
rootDir: '../..',
roots: ['<rootDir>/packages/kbn-config-mocks'],
};