X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fnotifications%2Findex.ts;h=8caa30a3d2c9304603c46aa6fc0c937e6f4a12c0;hb=c4fa01f7c45b66b112ebd08abce744b7c4041feb;hp=b573f850ee768bbed49e22400ed609f255cec245;hpb=86aafd06f2d124786ea3d10477f356c2e3f85dd6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/notifications/index.ts b/server/tests/api/notifications/index.ts index b573f850e..8caa30a3d 100644 --- a/server/tests/api/notifications/index.ts +++ b/server/tests/api/notifications/index.ts @@ -1 +1,5 @@ +import './admin-notifications' +import './comments-notifications' +import './moderation-notifications' +import './notifications-api' import './user-notifications'