diff options
Diffstat (limited to 'server/tests/api/index.ts')
-rw-r--r-- | server/tests/api/index.ts | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/server/tests/api/index.ts b/server/tests/api/index.ts deleted file mode 100644 index ef0c83294..000000000 --- a/server/tests/api/index.ts +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | // Order of the tests we want to execute | ||
2 | import './activitypub' | ||
3 | import './check-params' | ||
4 | import './moderation' | ||
5 | import './object-storage' | ||
6 | import './notifications' | ||
7 | import './redundancy' | ||
8 | import './runners' | ||
9 | import './search' | ||
10 | import './server' | ||
11 | import './transcoding' | ||
12 | import './users' | ||
13 | import './videos' | ||