X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Findex.ts;h=3fbd0ebbde20b0fb0abd17047909307c0d4e93c6;hb=a046453549bf8f2ced083cc8ac414a9cab42dcf5;hp=a7dd0d824fc154daff26f0fb8d333abdd56caf89;hpb=fdbda9e3d6564ec908733c7019305f6a3c363a9f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/index.ts b/server/tests/index.ts index a7dd0d824..3fbd0ebbd 100644 --- a/server/tests/index.ts +++ b/server/tests/index.ts @@ -1,4 +1,8 @@ // 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/'