Merge pull request #493 from dod-ccpo/run-js-tests-in-script

Run JS tests in "script/test"
This commit is contained in:
patricksmithdds
2018-12-13 16:14:37 -05:00
committed by GitHub

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