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