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