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