aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/search/index.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-06-10 10:58:44 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-06-10 14:02:41 +0200
commit3521ab8fc01da85fa804439ca6e297e6fb364c58 (patch)
tree70db4fc628c85d145d59efafbefec9093e9eebac /server/tests/api/search/index.ts
parent3b0bd70aa05ab82fa30fe67ed4899d44652c703a (diff)
downloadPeerTube-3521ab8fc01da85fa804439ca6e297e6fb364c58.tar.gz
PeerTube-3521ab8fc01da85fa804439ca6e297e6fb364c58.tar.zst
PeerTube-3521ab8fc01da85fa804439ca6e297e6fb364c58.zip
Add search index tests
Diffstat (limited to 'server/tests/api/search/index.ts')
-rw-r--r--server/tests/api/search/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/search/index.ts b/server/tests/api/search/index.ts
index d573c8a9e..232c1f2a4 100644
--- a/server/tests/api/search/index.ts
+++ b/server/tests/api/search/index.ts
@@ -1,3 +1,5 @@
1import './search-activitypub-video-channels' 1import './search-activitypub-video-channels'
2import './search-activitypub-videos' 2import './search-activitypub-videos'
3import './search-index'
3import './search-videos' 4import './search-videos'
5import './search-channels'