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/users/index.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 server/tests/api/users/index.ts (limited to 'server/tests/api/users/index.ts') diff --git a/server/tests/api/users/index.ts b/server/tests/api/users/index.ts new file mode 100644 index 000000000..4ce87fb91 --- /dev/null +++ b/server/tests/api/users/index.ts @@ -0,0 +1,3 @@ +import './user-subscriptions' +import './users' +import './users-multiple-servers' -- cgit v1.2.3