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