diff options
Diffstat (limited to 'server/tests/api/videos/index.ts')
-rw-r--r-- | server/tests/api/videos/index.ts | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/server/tests/api/videos/index.ts b/server/tests/api/videos/index.ts deleted file mode 100644 index 01d0c5852..000000000 --- a/server/tests/api/videos/index.ts +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | import './multiple-servers' | ||
2 | import './resumable-upload' | ||
3 | import './single-server' | ||
4 | import './video-captions' | ||
5 | import './video-change-ownership' | ||
6 | import './video-channels' | ||
7 | import './channel-import-videos' | ||
8 | import './video-channel-syncs' | ||
9 | import './video-comments' | ||
10 | import './video-description' | ||
11 | import './video-files' | ||
12 | import './video-imports' | ||
13 | import './video-nsfw' | ||
14 | import './video-playlists' | ||
15 | import './video-playlist-thumbnails' | ||
16 | import './video-source' | ||
17 | import './video-privacy' | ||
18 | import './video-schedule-update' | ||
19 | import './videos-common-filters' | ||
20 | import './videos-history' | ||
21 | import './videos-overview' | ||
22 | import './video-static-file-privacy' | ||
23 | import './video-storyboard' | ||