X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fplugins%2Findex.ts;h=d2bd691312b920530d0adca60812743463bcd098;hb=9107d791e2eef9a1b24b0499dac8b9dbba8a792f;hp=9c9499a79ebad31aa570fd407cc4591772b8641b;hpb=1b05d82d861f42c27766e9f24d8d55e68b0cf098;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/plugins/index.ts b/server/tests/plugins/index.ts index 9c9499a79..d2bd69131 100644 --- a/server/tests/plugins/index.ts +++ b/server/tests/plugins/index.ts @@ -1,5 +1,8 @@ import './action-hooks' +import './id-and-pass-auth' +import './external-auth' import './filter-hooks' import './translations' import './video-constants' import './plugin-helpers' +import './plugin-router'