From 37a44fc915eef2140e22ceb96aba6b6eb2509007 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 17 Jun 2021 16:02:38 +0200 Subject: Add ability to search playlists --- server/tests/api/search/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'server/tests/api/search/index.ts') diff --git a/server/tests/api/search/index.ts b/server/tests/api/search/index.ts index 232c1f2a4..a976d210d 100644 --- a/server/tests/api/search/index.ts +++ b/server/tests/api/search/index.ts @@ -1,5 +1,7 @@ +import './search-activitypub-video-playlists' import './search-activitypub-video-channels' import './search-activitypub-videos' +import './search-channels' import './search-index' +import './search-playlists' import './search-videos' -import './search-channels' -- cgit v1.2.3