X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Findex.ts;h=4ec1ebe67cd41d7ee2b788e03699c043eb1313e3;hb=52798aa5f277492d4dd2482bca9396d2e982fa19;hp=26f0816b761ad2500c5848c3f6ee226f64843fbc;hpb=0e1dc3e7c69995c691e1dd82e3c2bc68748661ca;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/index.ts b/server/tests/index.ts index 26f0816b7..4ec1ebe67 100644 --- a/server/tests/index.ts +++ b/server/tests/index.ts @@ -1,3 +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/'