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