diff options
Diffstat (limited to 'server/tests/api/users/index.ts')
-rw-r--r-- | server/tests/api/users/index.ts | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
1 | import './user-subscriptions' | ||
2 | import './users' | ||
3 | import './users-multiple-servers' | ||