X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fcli%2Findex.ts;h=6e0cbe58b2380a189a163c8fef121cec2b810305;hb=6e0ee5a53a6464ab9ed0fee8a1fe0a44aacd541f;hp=c6dd0581a2bfc6a2ad95bc945b62bdb270bea648;hpb=66a7fc947321b923fa1e7182202e03d0e21ffb3e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/cli/index.ts b/server/tests/cli/index.ts index c6dd0581a..6e0cbe58b 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 './create-move-video-storage-job' import './peertube' import './plugins' import './print-transcode-command'