We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6b4cb commit a20a58fCopy full SHA for a20a58f
tools/git/hooks/pre-push
@@ -275,7 +275,7 @@ main() {
275
fi
276
# Run JavaScript test files...
277
if [[ -z "${skip_javascript_tests}" ]]; then
278
- files=$(echo "${changed_files}" | grep '/test/.*\.js$' | grep -v '/test/fixtures/.*\.js$' | tr '\n' ' ')
+ files=$(echo "${changed_files}" | grep '/test/.*\.js$' | grep -v '/test/fixtures/.*\.js$' | grep -v '/test/.*/fixtures/.*\.js$' | tr '\n' ' ')
279
if [[ -n "${files}" ]]; then
280
echo 'Running JavaScript test files...' >&2
281
make FILES="${files}" test-javascript-files > /dev/null >&2
0 commit comments