Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-03-24 09:52:18 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2020-03-24 13:33:34 +0300
commit1fcfd99dc99b50c1f4a715ed78db9cab2952675a (patch)
treede82d86a3a3375e0568534b678d6d6a13e90d068 /tests
parente1ca03508640cfa733a68553a051b0931b9ba4bb (diff)
Execute unit tests on github
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/setup.js25
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/unit/setup.js b/tests/unit/setup.js
deleted file mode 100644
index 638fdc462..000000000
--- a/tests/unit/setup.js
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
- *
- * @author Julius Härtl <jus@bitgrid.net>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-global.OC = {
- requestToken: '123'
-}
-global.t = (app, text) => text