diff --git a/script/test b/script/test index 663b4543..a97034b6 100755 --- a/script/test +++ b/script/test @@ -18,6 +18,9 @@ PYTHON_FILES="./app.py ./atst/** ./config" # Enable Python testing RUN_PYTHON_TESTS="true" +# Enable Javascript testing +RUN_JS_TESTS="true" + # Check python formatting source ./script/format check