X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fplugins%2Findex.ts;h=210af7236cfde8f0b0881595fa756b90945f206b;hb=c2fba93a60e3352e68c50e40f8fe0db684129fe9;hp=fd7116efdc180899f7baf3dc9fdf9a8914741597;hpb=1896bca09e088b0da9d5e845407ecebae330618c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/plugins/index.ts b/server/tests/plugins/index.ts index fd7116efd..210af7236 100644 --- a/server/tests/plugins/index.ts +++ b/server/tests/plugins/index.ts @@ -7,5 +7,7 @@ import './plugin-helpers' import './plugin-router' import './plugin-storage' import './plugin-transcoding' +import './plugin-unloading' +import './plugin-websocket' import './translations' import './video-constants'