From 8eb07b01306429abe5c538ff7aa0a16e44fff26f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 16 Jun 2020 15:52:05 +0200 Subject: Split notification tests --- server/tests/api/notifications/index.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/tests/api/notifications/index.ts') diff --git a/server/tests/api/notifications/index.ts b/server/tests/api/notifications/index.ts index b573f850e..bd07a339e 100644 --- a/server/tests/api/notifications/index.ts +++ b/server/tests/api/notifications/index.ts @@ -1 +1,4 @@ +import './comments-notifications' +import './moderation-notifications' +import './notifications-api' import './user-notifications' -- cgit v1.2.3