X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fcli%2Findex.ts;h=029cd5196a5adbd22442cf8a71fa8ac9d9c5cc16;hb=d5692d4088cdd9fde3be6ff34be8ce2816dab0cf;hp=33e33a0701597a6af6a7c261709e0cb99fdc3d47;hpb=dc27668fceb1d0270c391c93c3bbc95d12e83218;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/cli/index.ts b/server/tests/cli/index.ts index 33e33a070..029cd5196 100644 --- a/server/tests/cli/index.ts +++ b/server/tests/cli/index.ts @@ -1,6 +1,9 @@ // Order of the tests we want to execute -import './create-transcoding-job' import './create-import-video-file-job' +import './create-transcoding-job' +import './optimize-old-videos' import './peertube' +import './plugins' +import './prune-storage' import './reset-password' import './update-host'