X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fserver%2Findex.ts;h=4e53074ab4535d7a68d9ab7b62d389bba4852672;hb=0e9c48c2edbb3871b0ca3ccd6718f2c99f9760b6;hp=78ab7e18bc30616d5657fc19573295ca9b76a971;hpb=b83b8dd5aef03084133c5983de6f312e7d1654b8;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/server/index.ts b/server/tests/api/server/index.ts index 78ab7e18b..4e53074ab 100644 --- a/server/tests/api/server/index.ts +++ b/server/tests/api/server/index.ts @@ -1,6 +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'