X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Findex.ts;h=4ec1ebe67cd41d7ee2b788e03699c043eb1313e3;hb=2c015b54192f2080f756c424173bac2bd53e7ca9;hp=e659fd3df9bb4998241257771d1e4f52d108f4db;hpb=1297eb5db651a230474670c5da1517862fb9cc3e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/index.ts b/server/tests/index.ts index e659fd3df..4ec1ebe67 100644 --- a/server/tests/index.ts +++ b/server/tests/index.ts @@ -1,6 +1,10 @@ // Order of the tests we want to execute import './client' -import './activitypub' +import './misc-endpoints' import './feeds/' import './cli/' import './api/' +import './peertube-runner/' +import './plugins/' +import './helpers/' +import './lib/'