X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fcheck-params%2Findex.ts;h=b5f0d07be240ede3462aacb9a82473e75e7057bb;hb=99fa5c5badd4f4d35a1d55c80b0102ee1c4e71cd;hp=71a217649f6357b86187d660266464182b5f7190;hpb=6e46de095d7169355dd83030f6ce4a582304153a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/check-params/index.ts b/server/tests/api/check-params/index.ts index 71a217649..b5f0d07be 100644 --- a/server/tests/api/check-params/index.ts +++ b/server/tests/api/check-params/index.ts @@ -1,11 +1,19 @@ -// Order of the tests we want to execute +import './abuses' import './accounts' +import './blocklist' +import './bulk' import './config' +import './contact-form' +import './debug' import './follows' import './jobs' +import './logs' +import './live' +import './plugins' import './redundancy' import './search' import './services' +import './user-notifications' import './user-subscriptions' import './users' import './video-abuses' @@ -14,5 +22,8 @@ import './video-captions' import './video-channels' import './video-comments' import './video-imports' +import './video-playlists' import './videos' +import './videos-filter' import './videos-history' +import './videos-overviews'