summaryrefslogtreecommitdiff
path: root/dev/lib/handlebars/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'dev/lib/handlebars/jest.config.js')
-rw-r--r--dev/lib/handlebars/jest.config.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev/lib/handlebars/jest.config.js b/dev/lib/handlebars/jest.config.js
deleted file mode 100644
index feb9f905..00000000
--- a/dev/lib/handlebars/jest.config.js
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
- * 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'],
-};