We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362dc05 commit 009fb94Copy full SHA for 009fb94
tools/make/lib/test/javascript.mk
@@ -58,7 +58,7 @@ test-javascript-files: test-javascript-files-local
58
# This target runs JavaScript unit tests locally.
59
60
test-javascript-local: $(NODE_MODULES)
61
- $(QUIET) $(FIND_TESTS_CMD) | grep '^[\/]\|^[a-zA-Z]:[/\]' | while read -r test; do \
+ $(QUIET) $(FIND_TESTS_CMD) 2>/dev/null | grep '^[\/]\|^[a-zA-Z]:[/\]' 2>/dev/null | while read -r test; do \
62
echo ''; \
63
echo "Running test: $$test"; \
64
NODE_ENV="$(NODE_ENV_TEST)" \
0 commit comments