X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Factivitypub%2Findex.ts;h=324b444e4c1c26665e2414a2c6dbc410c0778b7d;hb=d78b51aa4ed74bd2e6598b771fcff6391d7d9a3e;hp=de8a599788138b88da780ad10ed4e63e3421589b;hpb=df66d81583e07ce049daeeef1edc6a87b57b3684;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/activitypub/index.ts b/server/tests/api/activitypub/index.ts index de8a59978..324b444e4 100644 --- a/server/tests/api/activitypub/index.ts +++ b/server/tests/api/activitypub/index.ts @@ -1,3 +1,6 @@ +import './cleaner' import './client' +import './fetch' +import './refresher' import './helpers' import './security'