X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fmoderation%2Findex.ts;h=874be03d5fdff68b39dc56016c9d897c0764c997;hb=5ec3cbdf22fc88ebe57f370fc0bc0e3df7453458;hp=cb018d88e9fbd196f1a75b701bb6eff76089537c;hpb=ec903c010ecc54ec2acad0bf2cf10e7fbf6a0fa2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/moderation/index.ts b/server/tests/api/moderation/index.ts index cb018d88e..874be03d5 100644 --- a/server/tests/api/moderation/index.ts +++ b/server/tests/api/moderation/index.ts @@ -1,2 +1,4 @@ export * from './abuses' +export * from './blocklist-notification' export * from './blocklist' +export * from './video-blacklist'