1
0
Fork 0
peertube/server/tests/index.ts
2019-07-24 10:58:16 +02:00

6 lines
129 B
TypeScript

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