mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Move Jest test setup to root (#10963)
This commit is contained in:
parent
c6da5f67d6
commit
90be7e882f
10 changed files with 54 additions and 36 deletions
15
scripts/jest.js
Executable file
15
scripts/jest.js
Executable file
|
@ -0,0 +1,15 @@
|
|||
// # Run Jest tests
|
||||
//
|
||||
// All args will be forwarded directly to Jest, e.g. to watch tests run:
|
||||
//
|
||||
// node scripts/jest --watch
|
||||
//
|
||||
// or to build code coverage:
|
||||
//
|
||||
// node scripts/jest --coverage
|
||||
//
|
||||
// See all cli options in https://facebook.github.io/jest/docs/cli.html
|
||||
|
||||
require('../src/optimize/babel/register');
|
||||
require('../src/jest/cli');
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue