aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/index.ts
blob: 71a217649f6357b86187d660266464182b5f7190 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Order of the tests we want to execute
import './accounts'
import './config'
import './follows'
import './jobs'
import './redundancy'
import './search'
import './services'
import './user-subscriptions'
import './users'
import './video-abuses'
import './video-blacklist'
import './video-captions'
import './video-channels'
import './video-comments'
import './video-imports'
import './videos'
import './videos-history'