Invoke Jest main file directly (#8187)
This commit is contained in:
parent
e9184ed05e
commit
3e71108f82
@ -23,4 +23,4 @@ if [ -n "$TEST_ONLY" ]; then
|
|||||||
jestArgs+=("(packages|codemods)/.*$TEST_ONLY.*/test")
|
jestArgs+=("(packages|codemods)/.*$TEST_ONLY.*/test")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
node_modules/.bin/jest "${jestArgs[@]}"
|
$node node_modules/jest/bin/jest.js "${jestArgs[@]}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user