blob: bac77ab2e91ef6421b420be7f23df8f59eb6503c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// Order of the tests we want to execute
import './activitypub'
import './check-params'
import './notifications'
import './redundancy'
import './search'
import './server'
import './users'
import './videos'
|