Merge pull request #37573 from nextcloud/artonge/debt/remote_autotest-js.sh
Remove autotest-js.shpull/37513/head
commit
93faf19ed9
@ -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
|
||||
Loading…
Reference in New Issue