1
0
Fork 0
peertube/server/tests/api/index.ts

11 lines
228 B
TypeScript
Raw Normal View History

2017-09-04 19:21:47 +00:00
// Order of the tests we want to execute
2019-04-26 06:50:52 +00:00
import './activitypub'
import './check-params'
2020-07-07 12:34:16 +00:00
import './moderation'
2019-04-26 06:50:52 +00:00
import './notifications'
import './redundancy'
import './search'
import './server'
import './users'
import './videos'