X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Findex.ts;h=19301c0b936a3c863ee34804f81707fd44ac555d;hb=5d3c5f27977bf8d690a606c65a0f8ce11f4341ed;hp=bac77ab2e91ef6421b420be7f23df8f59eb6503c;hpb=1600235a2f4e30c5d4e7d4342d1c299845decc60;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/index.ts b/server/tests/api/index.ts index bac77ab2e..19301c0b9 100644 --- a/server/tests/api/index.ts +++ b/server/tests/api/index.ts @@ -1,6 +1,8 @@ // Order of the tests we want to execute import './activitypub' import './check-params' +import './moderation' +import './object-storage' import './notifications' import './redundancy' import './search'