X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fplugins%2Findex.ts;h=4534120fd171d219f9c3b67efee1b9ccd1ba1f3b;hb=c8fa571f32b10c083fab07f28d2ef55895ef40af;hp=b870a4055fb1ea1d54dac5b6626a0d1e58982c34;hpb=1f5221fb4a511bb175083a9c7f578679c6122ce3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/plugins/index.ts b/server/tests/plugins/index.ts index b870a4055..4534120fd 100644 --- a/server/tests/plugins/index.ts +++ b/server/tests/plugins/index.ts @@ -1,10 +1,12 @@ import './action-hooks' -import './html-injection' -import './id-and-pass-auth' import './external-auth' import './filter-hooks' -import './translations' -import './video-constants' +import './html-injection' +import './id-and-pass-auth' import './plugin-helpers' import './plugin-router' import './plugin-storage' +import './plugin-transcoding' +import './plugin-unloading' +import './translations' +import './video-constants'