1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00
Peertube/server/tests/api/index-fast.ts
2017-11-27 19:40:52 +01:00

11 lines
284 B
TypeScript

// Order of the tests we want to execute
import './config'
import './check-params'
import './users'
import './single-pod'
import './video-abuse'
import './video-blacklist'
import './video-blacklist-management'
import './video-description'
import './video-privacy'
import './services'