diff options
Diffstat (limited to 'autotest-js.sh')
-rwxr-xr-x | autotest-js.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/autotest-js.sh b/autotest-js.sh deleted file mode 100755 index 7205cf4c42d..00000000000 --- a/autotest-js.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/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
\ No newline at end of file |