mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
This commit is contained in:
parent
deab3ca318
commit
64b135594b
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ module.exports = function (grunt) {
|
|||
function runJest(jestScript) {
|
||||
const serverCmd = {
|
||||
cmd: 'node',
|
||||
args: [jestScript, '--ci', '--detectOpenHandles'],
|
||||
args: [jestScript, '--ci'],
|
||||
opts: { stdio: 'inherit' },
|
||||
};
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ echo ""
|
|||
|
||||
echo " -> Running jest tests"
|
||||
cd "$XPACK_DIR"
|
||||
checks-reporter-with-killswitch "X-Pack Jest" node --max-old-space-size=6144 scripts/jest --ci --verbose --detectOpenHandles
|
||||
checks-reporter-with-killswitch "X-Pack Jest" node --max-old-space-size=6144 scripts/jest --ci --verbose
|
||||
echo ""
|
||||
echo ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue