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
commit 27b2e61c65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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