From 1297eb5db651a230474670c5da1517862fb9cc3e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 22 Aug 2018 16:15:35 +0200 Subject: Add refresh video on search --- server/tests/api/search/index.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 server/tests/api/search/index.ts (limited to 'server/tests/api/search/index.ts') diff --git a/server/tests/api/search/index.ts b/server/tests/api/search/index.ts new file mode 100644 index 000000000..64b3d0910 --- /dev/null +++ b/server/tests/api/search/index.ts @@ -0,0 +1,2 @@ +import './search-activitypub-videos' +import './search-videos' -- cgit v1.2.3