X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Findex.ts;h=61352a134d2dc28ca291ac414587746b99b3aa8f;hb=0a8a79552cf59c800011c9f63eaa8658230acddc;hp=bac77ab2e91ef6421b420be7f23df8f59eb6503c;hpb=86aafd06f2d124786ea3d10477f356c2e3f85dd6;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'