X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fcli%2Findex.ts;h=c6b7ec0789dff08d2ea7753196d303925b580c86;hb=b91bc1d1f3591c35ab4426f6ab594b4bd9f1ef62;hp=f99eafe03c74b16f3eeb19956367450a12b4629f;hpb=0138af9237b77dd7d3a49260d164193b4048de84;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/cli/index.ts b/server/tests/cli/index.ts index f99eafe03..c6b7ec078 100644 --- a/server/tests/cli/index.ts +++ b/server/tests/cli/index.ts @@ -1,5 +1,7 @@ // 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 './reset-password' import './update-host'