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