diff options
Diffstat (limited to 'server/tests/plugins/index.ts')
-rw-r--r-- | server/tests/plugins/index.ts | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/server/tests/plugins/index.ts b/server/tests/plugins/index.ts deleted file mode 100644 index 210af7236..000000000 --- a/server/tests/plugins/index.ts +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | import './action-hooks' | ||
2 | import './external-auth' | ||
3 | import './filter-hooks' | ||
4 | import './html-injection' | ||
5 | import './id-and-pass-auth' | ||
6 | import './plugin-helpers' | ||
7 | import './plugin-router' | ||
8 | import './plugin-storage' | ||
9 | import './plugin-transcoding' | ||
10 | import './plugin-unloading' | ||
11 | import './plugin-websocket' | ||
12 | import './translations' | ||
13 | import './video-constants' | ||