X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fcli%2Findex.ts;h=c6b7ec0789dff08d2ea7753196d303925b580c86;hb=b91bc1d1f3591c35ab4426f6ab594b4bd9f1ef62;hp=6201314ce65721ea76cb22e05a7b79e8b2a72b9f;hpb=5c142a4bab955d2dbe831efd537c2fe52246db13;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/cli/index.ts b/server/tests/cli/index.ts index 6201314ce..c6b7ec078 100644 --- a/server/tests/cli/index.ts +++ b/server/tests/cli/index.ts @@ -1,6 +1,7 @@ // Order of the tests we want to execute import './create-import-video-file-job' import './create-transcoding-job' +import './optimize-old-videos' import './peertube' import './reset-password' import './update-host'