blob: feb9f905d33e56a5dcee352d0064d1ecf31d8569 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* Elasticsearch B.V licenses this file to you under the MIT License.
* See `packages/kbn-handlebars/LICENSE` for more information.
*/
module.exports = {
preset: '@kbn/test',
rootDir: '../..',
roots: ['<rootDir>/packages/kbn-handlebars'],
};
|