X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Findex.ts;h=755fb26046e1263049aff1b1148c4803c4246a4c;hb=f05a1c30c15d2ae35c11e241ca039a72eeb7d6ad;hp=26f0816b761ad2500c5848c3f6ee226f64843fbc;hpb=0e1dc3e7c69995c691e1dd82e3c2bc68748661ca;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/index.ts b/server/tests/index.ts index 26f0816b7..755fb2604 100644 --- a/server/tests/index.ts +++ b/server/tests/index.ts @@ -1,3 +1,5 @@ // Order of the tests we want to execute import './client' +import './activitypub' import './api/' +import './cli/'