X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Findex.ts;h=1718ac424079da029bb2f92428ca1a7addb868ea;hb=c186a67f90203af6bfa434f026efdc99193bcd65;hp=8bddcfc7cde2eda67294f9db4dead0092fdfdc35;hpb=9b474844e85cce916370693cc24f53339a695570;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/index.ts b/server/tests/index.ts index 8bddcfc7c..1718ac424 100644 --- a/server/tests/index.ts +++ b/server/tests/index.ts @@ -1,6 +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/'