Updates to Jest configuration (#125727)

This commit is contained in:
Tyler Smalley 2022-02-15 18:06:13 -08:00 committed by GitHub
parent c4c4eeeb28
commit e9d82d104b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 58 deletions

View file

@ -9,4 +9,4 @@
require('../src/setup_node_env/ensure_node_preserve_symlinks');
process.argv.push('--runInBand');
require('@kbn/test').runJest('jest.config.integration.js');
require('@kbn/test').runJest('jest.integration.config.js');