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