kibana/x-pack/scripts/jest.js

10 lines
353 B
JavaScript
Raw Normal View History

2018-04-20 21:13:37 +02:00
/*
* 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; you may not use this file except in compliance with the Elastic License
* 2.0.
2018-04-20 21:13:37 +02:00
*/
require('../../src/setup_node_env/ensure_node_preserve_symlinks');
require('@kbn/test').runJest();