server/autotest-js.sh

13 lines
173 B
Bash
Executable File

#!/usr/bin/env bash
#
# ownCloud
#
# Run JS tests
#
# @author Vincent Petry
# @copyright 2014 Vincent Petry <pvince81@owncloud.com>
#
set -euo pipefail
npm run test:jsunit