X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Findex.ts;h=8bddcfc7cde2eda67294f9db4dead0092fdfdc35;hb=471ee39496e2140cf7f44b70aa63d7b3afb3e9bb;hp=e659fd3df9bb4998241257771d1e4f52d108f4db;hpb=1297eb5db651a230474670c5da1517862fb9cc3e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/index.ts b/server/tests/index.ts index e659fd3df..8bddcfc7c 100644 --- a/server/tests/index.ts +++ b/server/tests/index.ts @@ -1,6 +1,6 @@ // Order of the tests we want to execute import './client' -import './activitypub' import './feeds/' import './cli/' import './api/' +import './plugins/'