X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fserver%2Findex.ts;h=4e53074ab4535d7a68d9ab7b62d389bba4852672;hb=0e9c48c2edbb3871b0ca3ccd6718f2c99f9760b6;hp=6afcab1f96f173f2d3622affca26808a41341622;hpb=b9f234371bfaf0d9cfa81e02fcea92cac1f9ae13;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/server/index.ts b/server/tests/api/server/index.ts index 6afcab1f9..4e53074ab 100644 --- a/server/tests/api/server/index.ts +++ b/server/tests/api/server/index.ts @@ -1,7 +1,9 @@ import './config' +import './contact-form' import './email' import './follow-constraints' import './follows' +import './follows-moderation' import './handle-down' import './jobs' import './reverse-proxy'