Invoke Jest main file directly (#8187)

This commit is contained in:
Tatsuyuki Ishi 2018-07-06 23:09:49 +09:00 committed by Henry Zhu
parent e9184ed05e
commit 3e71108f82

View File

@ -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[@]}"