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