Merge pull request #493 from dod-ccpo/run-js-tests-in-script
Run JS tests in "script/test"
This commit is contained in:
commit
27b2e61c65
@ -18,6 +18,9 @@ PYTHON_FILES="./app.py ./atst/** ./config"
|
|||||||
# Enable Python testing
|
# Enable Python testing
|
||||||
RUN_PYTHON_TESTS="true"
|
RUN_PYTHON_TESTS="true"
|
||||||
|
|
||||||
|
# Enable Javascript testing
|
||||||
|
RUN_JS_TESTS="true"
|
||||||
|
|
||||||
# Check python formatting
|
# Check python formatting
|
||||||
source ./script/format check
|
source ./script/format check
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user