diff --git a/package.json b/package.json index 72a3c512..21cb6968 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "watch": "parcel watch js/index.js -d static/assets --public-url /static/assets -o index.js --no-autoinstall", "build": "parcel build js/index.js -d static/assets --public-url /static/assets -o index.js", "test": "jest", + "test:coverage": "jest --coverage", "test:watch": "jest --watch" }, "author": "", diff --git a/script/cibuild b/script/cibuild index 39afa18d..ec73f947 100755 --- a/script/cibuild +++ b/script/cibuild @@ -13,6 +13,9 @@ PYTHON_FILES="./app.py ./atst/** ./config" # Enable Python testing RUN_PYTHON_TESTS="true" +# Enable Javascript testing +RUN_JS_TESTS="true" + # Reset the DB, since the one script/setup created might not be persisted RESET_DB="true" diff --git a/script/include b/script/include index 0a8165c2..78c51d8d 160000 --- a/script/include +++ b/script/include @@ -1 +1 @@ -Subproject commit 0a8165c27591cac67959b1f6aff8799af8933e98 +Subproject commit 78c51d8dd29b47fd42570896daaded5e2181e923