aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/index.js')
-rw-r--r--server/tests/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/index.js b/server/tests/index.js
index cb177b87c..0bc0523a5 100644
--- a/server/tests/index.js
+++ b/server/tests/index.js
@@ -1,4 +1,5 @@
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('./client')
4require('./api/') 5require('./api/')