aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/index.ts
blob: 4ec1ebe67cd41d7ee2b788e03699c043eb1313e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Order of the tests we want to execute
import './client'
import './misc-endpoints'
import './feeds/'
import './cli/'
import './api/'
import './peertube-runner/'
import './plugins/'
import './helpers/'
import './lib/'