X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Factivitypub%2Findex.ts;h=324b444e4c1c26665e2414a2c6dbc410c0778b7d;hb=7b51ede977c299a74728171d8c124bcc4cbba6ea;hp=450053309d0ae6a20fa89b38e299216827b8fe5a;hpb=88108880bbdba473cfe36ecbebc1c3c4f972e102;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'