mirror of
https://github.com/nextcloud/server.git
synced 2026-02-23 01:40:59 -05: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 |