1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00
Peertube/server/tests/api/check-params/index.ts
2017-11-30 10:55:06 +01:00

8 lines
182 B
TypeScript

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