X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fplugins%2Findex.ts;h=b870a4055fb1ea1d54dac5b6626a0d1e58982c34;hb=3cabf3532b9118a19311f14ca3e171d12d554a2f;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..b870a4055 100644 --- a/server/tests/plugins/index.ts +++ b/server/tests/plugins/index.ts @@ -1,4 +1,5 @@ import './action-hooks' +import './html-injection' import './id-and-pass-auth' import './external-auth' import './filter-hooks' @@ -6,3 +7,4 @@ import './translations' import './video-constants' import './plugin-helpers' import './plugin-router' +import './plugin-storage'