diff --git a/scripts/test.sh b/scripts/test.sh index 5d4d4f9d25..f9c9e384e2 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -23,4 +23,4 @@ if [ -n "$TEST_ONLY" ]; then jestArgs+=("(packages|codemods)/.*$TEST_ONLY.*/test") fi -node_modules/.bin/jest "${jestArgs[@]}" +$node node_modules/jest/bin/jest.js "${jestArgs[@]}"