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