X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fsearch%2Findex.ts;h=a976d210dea2c8aeff9e4a1ce4fee68b567dfcc5;hb=23a3a8827cb8b862f5cc7ee2819f39918303beca;hp=232c1f2a47d23f7bd0a4a44c3375a404324ec5c5;hpb=3521ab8fc01da85fa804439ca6e297e6fb364c58;p=github%2FChocobozzz%2FPeerTube.git 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'