1
0
Fork 0
peertube/server/tests/api/check-params/index.ts
2017-12-27 10:12:18 +01:00

10 lines
234 B
TypeScript

// Order of the tests we want to execute
import './follows'
import './jobs'
import './services'
import './users'
import './video-abuses'
import './video-blacklist'
import './video-channels'
import './video-comments'
import './videos'