#!/usr/bin/env bash # # ownCloud # # Run JS tests # # @author Vincent Petry # @copyright 2014 Vincent Petry # # set -e NPM="$(which npm 2>/dev/null)" PREFIX="build" if test -z "$NPM" then echo 'Node JS >= 0.8 is required to run the JavaScript tests' >&2 exit 1 fi # update/install test packages mkdir -p "$PREFIX" && $NPM install --link --prefix "$PREFIX" || exit 3 KARMA="$PREFIX/node_modules/karma/bin/karma" NODE_PATH='build/node_modules' KARMA_TESTSUITE="$1" $KARMA start tests/karma.config.js --single-run index : nextcloud-server.git
Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/files_external/l10n/si_LK.json
blob: 5f6a8fcb106789baafb986e9b4f4d48fbb72c543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21