aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/index.ts
blob: fc8b447b704b3ebb72e662622637b92de2d540c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import './audio-only'
import './multiple-servers'
import './single-server'
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-playlist-thumbnails'
import './video-privacy'
import './video-schedule-update'
import './video-transcoder'
import './videos-filter'
import './videos-history'
import './videos-overview'
import './videos-views-cleaner'