Skip to content

Commit

Permalink
Invoke Jest main file directly (babel#8187)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishitatsuyuki authored and hzoo committed Jul 6, 2018
1 parent e9184ed commit 3e71108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}"

0 comments on commit 3e71108

Please sign in to comment.