Run JS tests in "script/test"

This commit is contained in:
Patrick Smith 2018-12-13 15:52:24 -05:00
parent d0dba9e4a6
commit 98d08cb255

View File

@ -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