aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/index.ts
blob: 8bddcfc7cde2eda67294f9db4dead0092fdfdc35 (plain) (blame)
1
2
3
4
5
6
// Order of the tests we want to execute
import './client'
import './feeds/'
import './cli/'
import './api/'
import './plugins/'