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

10 lines
206 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'
import './notifications'
import './redundancy'
import './search'
import './server'
import './users'
import './videos'