aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/tests/api/check-params.js (renamed from server/tests/api/checkParams.js)0
-rw-r--r--server/tests/api/friends-advanced.js (renamed from server/tests/api/friendsAdvanced.js)0
-rw-r--r--server/tests/api/friends-basic.js (renamed from server/tests/api/friendsBasic.js)0
-rw-r--r--server/tests/api/index.js10
-rw-r--r--server/tests/api/multiple-pods.js (renamed from server/tests/api/multiplePods.js)0
-rw-r--r--server/tests/api/single-pod.js (renamed from server/tests/api/singlePod.js)0
6 files changed, 5 insertions, 5 deletions
diff --git a/server/tests/api/checkParams.js b/server/tests/api/check-params.js
index 882948fac..882948fac 100644
--- a/server/tests/api/checkParams.js
+++ b/server/tests/api/check-params.js
diff --git a/server/tests/api/friendsAdvanced.js b/server/tests/api/friends-advanced.js
index 0d24481ef..0d24481ef 100644
--- a/server/tests/api/friendsAdvanced.js
+++ b/server/tests/api/friends-advanced.js
diff --git a/server/tests/api/friendsBasic.js b/server/tests/api/friends-basic.js
index 2a6883acb..2a6883acb 100644
--- a/server/tests/api/friendsBasic.js
+++ b/server/tests/api/friends-basic.js
diff --git a/server/tests/api/index.js b/server/tests/api/index.js
index 61c9a7aca..11f49e1e2 100644
--- a/server/tests/api/index.js
+++ b/server/tests/api/index.js
@@ -1,9 +1,9 @@
1'use strict' 1'use strict'
2 2
3// Order of the tests we want to execute 3// Order of the tests we want to execute
4require('./checkParams') 4require('./check-params')
5require('./friendsBasic') 5require('./friends-basic')
6require('./users') 6require('./users')
7require('./singlePod') 7require('./single-pod')
8require('./multiplePods') 8require('./multiple-pods')
9require('./friendsAdvanced') 9require('./friends-advanced')
diff --git a/server/tests/api/multiplePods.js b/server/tests/api/multiple-pods.js
index b86f88c22..b86f88c22 100644
--- a/server/tests/api/multiplePods.js
+++ b/server/tests/api/multiple-pods.js
diff --git a/server/tests/api/singlePod.js b/server/tests/api/single-pod.js
index bdaaee46c..bdaaee46c 100644
--- a/server/tests/api/singlePod.js
+++ b/server/tests/api/single-pod.js