Commit 0d2d8bc1 authored by Josh Haberman's avatar Josh Haberman

Fixed test command for JS tests.

parent d4315ca3
...@@ -275,7 +275,7 @@ build_jruby() { ...@@ -275,7 +275,7 @@ build_jruby() {
build_javascript() { build_javascript() {
internal_build_cpp internal_build_cpp
cd js && npm install && gulp test && cd .. cd js && npm install && npm test && cd ..
} }
# -------- main -------- # -------- main --------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment