Render Vue component templates as part of test script.

Add a command to the test script to output up-to-date Vue component
templates. Most of the Vue component tests rely on HTML templates built
from Jinja.
This commit is contained in:
dandds
2019-09-25 10:10:09 -04:00
parent e0565e5b9a
commit 8d7c7a0d6e
4 changed files with 9 additions and 3 deletions

View File

@@ -45,5 +45,6 @@ if [ "${RUN_PYTHON_TESTS}" = "true" ]; then
fi
if [ "${RUN_JS_TESTS}" = "true" ]; then
run_python_render_vue_component
run_javascript_tests
fi