mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
13 lines
No EOL
173 B
Bash
Executable file
13 lines
No EOL
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 |