X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Findex.ts;h=1718ac424079da029bb2f92428ca1a7addb868ea;hb=c2fba93a60e3352e68c50e40f8fe0db684129fe9;hp=ed16d65dd298c76a8b805c5a2492fc8c41c42c7d;hpb=df66d81583e07ce049daeeef1edc6a87b57b3684;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/index.ts b/server/tests/index.ts index ed16d65dd..1718ac424 100644 --- a/server/tests/index.ts +++ b/server/tests/index.ts @@ -1,5 +1,9 @@ // Order of the tests we want to execute import './client' +import './misc-endpoints' import './feeds/' import './cli/' import './api/' +import './plugins/' +import './helpers/' +import './lib/'