1
0
Fork 0
peertube/server/tests/index.ts
2020-04-14 08:57:52 +02:00

8 lines
175 B
TypeScript

// Order of the tests we want to execute
import './client'
import './misc-endpoints'
import './feeds/'
import './cli/'
import './api/'
import './plugins/'
import './helpers/'