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/index.ts
2019-05-15 15:14:21 +02:00

9 lines
206 B
TypeScript

// Order of the tests we want to execute
import './activitypub'
import './check-params'
import './notifications'
import './redundancy'
import './search'
import './server'
import './users'
import './videos'