1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00
Peertube/server/tests/api/check-params/index.ts
2017-11-27 19:40:52 +01:00

7 lines
166 B
TypeScript

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