mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Introduce Jest integration tests. (#16735)
This commit is contained in:
parent
e135657d1f
commit
f2fda4aca3
23 changed files with 188 additions and 150 deletions
|
@ -1,8 +1,3 @@
|
|||
import jest from 'jest';
|
||||
import { resolve } from 'path';
|
||||
|
||||
const argv = process.argv.slice(2);
|
||||
|
||||
argv.push('--config', resolve(__dirname, './config.json'));
|
||||
|
||||
jest.run(argv);
|
||||
jest.run(process.argv.slice(2));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue