aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/moderation/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/moderation/index.ts')
-rw-r--r--server/tests/api/moderation/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/moderation/index.ts b/server/tests/api/moderation/index.ts
index cb018d88e..ceb223003 100644
--- a/server/tests/api/moderation/index.ts
+++ b/server/tests/api/moderation/index.ts
@@ -1,2 +1,4 @@
1export * from './abuses' 1export * from './abuses'
2export * from './blocklist' 2export * from './blocklist'
3export * from './video-abuse'
4export * from './video-blacklist'