X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fserver%2Findex.ts;h=94c15e0d04ea2a07469a64fa5739c80bdcb35b55;hb=fd822c1c699fb89bb1c3218e047e1d842bc1ba1a;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..94c15e0d0 100644 --- a/server/tests/api/server/index.ts +++ b/server/tests/api/server/index.ts @@ -1,8 +1,12 @@ import './config' +import './contact-form' import './email' +import './follow-constraints' import './follows' +import './follows-moderation' import './handle-down' import './jobs' +import './logs' import './reverse-proxy' import './stats' import './tracker'