aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/search/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/search/index.ts')
-rw-r--r--server/tests/api/search/index.ts4
1 files changed, 3 insertions, 1 deletions
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 @@
1import './search-activitypub-video-playlists'
1import './search-activitypub-video-channels' 2import './search-activitypub-video-channels'
2import './search-activitypub-videos' 3import './search-activitypub-videos'
4import './search-channels'
3import './search-index' 5import './search-index'
6import './search-playlists'
4import './search-videos' 7import './search-videos'
5import './search-channels'