X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fcheck-params%2Findex.ts;h=ca51cd39a229166fc0b29be7cb028b177e8a31ad;hb=883993c81ecc2388d4a4b37b29b81b6de73d264f;hp=b22bf054abc380b6746c91efc13ad9a94af8cdf7;hpb=5cd80545422bba855cc9a730a2e13cc9d982c34b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/check-params/index.ts b/server/tests/api/check-params/index.ts index b22bf054a..ca51cd39a 100644 --- a/server/tests/api/check-params/index.ts +++ b/server/tests/api/check-params/index.ts @@ -1,8 +1,22 @@ -// Order of the tests we want to execute +import './accounts' +import './blocklist' +import './config' +import './contact-form' import './follows' import './jobs' -import './users' +import './redundancy' +import './search' import './services' -import './videos' +import './user-notifications' +import './user-subscriptions' +import './users' import './video-abuses' import './video-blacklist' +import './video-captions' +import './video-channels' +import './video-comments' +import './video-imports' +import './video-playlists' +import './videos' +import './videos-filter' +import './videos-history'