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.js8
1 files changed, 3 insertions, 5 deletions
diff --git a/server/tests/index.js b/server/tests/index.js
index ccebbfe51..cb177b87c 100644
--- a/server/tests/index.js
+++ b/server/tests/index.js
@@ -1,6 +1,4 @@
1;(function () { 1'use strict'
2 'use strict'
3 2
4 // Order of the tests we want to execute 3// Order of the tests we want to execute
5 require('./api/') 4require('./api/')
6})()