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