aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/index.ts')
-rw-r--r--server/tests/index.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/tests/index.ts b/server/tests/index.ts
index 755fb2604..e659fd3df 100644
--- a/server/tests/index.ts
+++ b/server/tests/index.ts
@@ -1,5 +1,6 @@
1// Order of the tests we want to execute 1// Order of the tests we want to execute
2import './client' 2import './client'
3import './activitypub' 3import './activitypub'
4import './api/' 4import './feeds/'
5import './cli/' 5import './cli/'
6import './api/'