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