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