mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
This commit is contained in:
parent
c8f7eaabd0
commit
6836237898
2 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ module.exports = function (grunt) {
|
|||
function runJest(jestScript) {
|
||||
const serverCmd = {
|
||||
cmd: 'node',
|
||||
args: [jestScript, '--no-cache', '--ci'],
|
||||
args: [jestScript, '--ci'],
|
||||
opts: { stdio: 'inherit' }
|
||||
};
|
||||
|
||||
|
|
|
@ -23,12 +23,12 @@ echo ""
|
|||
|
||||
echo " -> Running jest tests"
|
||||
cd "$XPACK_DIR"
|
||||
checks-reporter-with-killswitch "X-Pack Jest" node scripts/jest --ci --no-cache --verbose
|
||||
checks-reporter-with-killswitch "X-Pack Jest" node scripts/jest --ci --verbose
|
||||
echo ""
|
||||
echo ""
|
||||
|
||||
# echo " -> Running jest integration tests"
|
||||
# cd "$XPACK_DIR"
|
||||
# node scripts/jest_integration --ci --no-cache --verbose
|
||||
# node scripts/jest_integration --ci --verbose
|
||||
# echo ""
|
||||
# echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue