X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fplugins%2Findex.ts;h=4534120fd171d219f9c3b67efee1b9ccd1ba1f3b;hb=a60696ab185406700a5277edae54016b0add7b89;hp=d2bd691312b920530d0adca60812743463bcd098;hpb=9107d791e2eef9a1b24b0499dac8b9dbba8a792f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/plugins/index.ts b/server/tests/plugins/index.ts index d2bd69131..4534120fd 100644 --- a/server/tests/plugins/index.ts +++ b/server/tests/plugins/index.ts @@ -1,8 +1,12 @@ import './action-hooks' -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'