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