aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/tests/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/index.ts b/server/tests/index.ts
index 8bddcfc7c..3fbd0ebbd 100644
--- a/server/tests/index.ts
+++ b/server/tests/index.ts
@@ -1,6 +1,8 @@
1// Order of the tests we want to execute 1// Order of the tests we want to execute
2import './client' 2import './client'
3import './misc-endpoints'
3import './feeds/' 4import './feeds/'
4import './cli/' 5import './cli/'
5import './api/' 6import './api/'
6import './plugins/' 7import './plugins/'
8import './helpers/'