X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fnotifications%2Findex.ts;h=c0216b74fd3a6e8b03c130e5aa4c77ed5b0f9013;hb=82e3ae1523ca6b9013010d9f588213ce4e160403;hp=b573f850ee768bbed49e22400ed609f255cec245;hpb=da3a3ab6829107b3ed7f18dda42648dfde41871d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/notifications/index.ts b/server/tests/api/notifications/index.ts index b573f850e..c0216b74f 100644 --- a/server/tests/api/notifications/index.ts +++ b/server/tests/api/notifications/index.ts @@ -1 +1,6 @@ +import './admin-notifications' +import './comments-notifications' +import './moderation-notifications' +import './notifications-api' +import './registrations-notifications' import './user-notifications'