jest binary is a bash shell script, not a nodeJS file. (#8179) [skip ci]
This commit is contained in:
parent
8f8b4e8e82
commit
a2cd264211
@ -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[@]}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user