diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-24 13:53:45 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-24 13:53:45 +0200 |
commit | 8b6f0fd53d12faf54a58602a8bcfab05e8b5947b (patch) | |
tree | ddfae0ddd7b44a0a626e1033d578937a7023c948 /server/tests/api/moderation/index.ts | |
parent | 1f5221fb4a511bb175083a9c7f578679c6122ce3 (diff) | |
download | PeerTube-8b6f0fd53d12faf54a58602a8bcfab05e8b5947b.tar.gz PeerTube-8b6f0fd53d12faf54a58602a8bcfab05e8b5947b.tar.zst PeerTube-8b6f0fd53d12faf54a58602a8bcfab05e8b5947b.zip |
Reorganize a little bit tests
Diffstat (limited to 'server/tests/api/moderation/index.ts')
-rw-r--r-- | server/tests/api/moderation/index.ts | 2 |
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 @@ | |||
1 | export * from './abuses' | 1 | export * from './abuses' |
2 | export * from './blocklist' | 2 | export * from './blocklist' |
3 | export * from './video-abuse' | ||
4 | export * from './video-blacklist' | ||