Fixed test command for JS tests.

This commit is contained in:
Josh Haberman 2015-12-28 06:43:42 -08:00
parent d4315ca348
commit 0d2d8bc108

View file

@ -275,7 +275,7 @@ build_jruby() {
build_javascript() {
internal_build_cpp
cd js && npm install && gulp test && cd ..
cd js && npm install && npm test && cd ..
}
# -------- main --------