It is just a proxy to npm run test:jsunit. Signed-off-by: Louis Chemineau <louis@chmn.me>pull/37573/head
parent
7fdb23928f
commit
aeebf13d5d
@ -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