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.ts
2020-07-10 14:02:41 +02:00

10 lines
228 B
TypeScript

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