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

11 lines
228 B
TypeScript
Raw Normal View History

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