X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Findex.ts;h=61352a134d2dc28ca291ac414587746b99b3aa8f;hb=7804e577de25345da51ac3d88f6121108012b523;hp=bac77ab2e91ef6421b420be7f23df8f59eb6503c;hpb=fd822c1c699fb89bb1c3218e047e1d842bc1ba1a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/index.ts b/server/tests/api/index.ts index bac77ab2e..61352a134 100644 --- a/server/tests/api/index.ts +++ b/server/tests/api/index.ts @@ -1,9 +1,12 @@ // Order of the tests we want to execute import './activitypub' import './check-params' +import './moderation' +import './object-storage' import './notifications' import './redundancy' import './search' import './server' +import './transcoding' import './users' import './videos'