X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Findex.ts;h=b62e2f5f756ea4b320296a809cfbd99c97685cb2;hb=31a911190b27d93f6324da3d826f96c7fbc5deb6;hp=bac77ab2e91ef6421b420be7f23df8f59eb6503c;hpb=48f07b4a4091cb10dc4d179118e155f3a118dca8;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/index.ts b/server/tests/api/index.ts index bac77ab2e..b62e2f5f7 100644 --- a/server/tests/api/index.ts +++ b/server/tests/api/index.ts @@ -1,6 +1,7 @@ // Order of the tests we want to execute import './activitypub' import './check-params' +import './moderation' import './notifications' import './redundancy' import './search'