aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/index.ts
blob: 93e1f3e987e6cb451a439efa65b47caa7b935288 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
import './multiple-servers'
import './services'
import './single-server'
import './video-abuse'
import './video-blacklist'
import './video-captions'
import './video-change-ownership'
import './video-channels'
import './video-comments'
import './video-description'
import './video-hls'
import './video-imports'
import './video-nsfw'
import './video-playlists'
import './video-privacy'
import './video-schedule-update'
import './video-transcoder'
import './videos-filter'
import './videos-history'
import './videos-overview'
import './videos-views-cleaner'