1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00
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'