jest binary is a bash shell script, not a nodeJS file. (#8179) [skip ci]

This commit is contained in:
Ger Hobbelt 2018-06-15 16:18:14 +02:00 committed by Henry Zhu
parent 8f8b4e8e82
commit a2cd264211

View File

@ -23,4 +23,4 @@ if [ -n "$TEST_ONLY" ]; then
jestArgs+=("(packages|codemods)/.*$TEST_ONLY.*/test")
fi
$node node_modules/.bin/jest "${jestArgs[@]}"
node_modules/.bin/jest "${jestArgs[@]}"