#!/usr/bin/env bashcd`dirname $BASH_SOURCE`&&cd .../scripts/install-js.shecho"Generating HTML fixtures for JavaScript tests..."export DJANGO_SETTINGS_MODULE="settings.test"./scripts/render_templates.py apps/openassessment/xblock/static/js/fixtures/templates.jsonecho"Running JavaScript tests..."npm test