X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Findex.ts;h=1718ac424079da029bb2f92428ca1a7addb868ea;hb=e82cb08722f076aea4fdfcfa53940e7e4a0ac419;hp=e659fd3df9bb4998241257771d1e4f52d108f4db;hpb=1297eb5db651a230474670c5da1517862fb9cc3e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/index.ts b/server/tests/index.ts index e659fd3df..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 './activitypub' +import './misc-endpoints' import './feeds/' import './cli/' import './api/' +import './plugins/' +import './helpers/' +import './lib/'