blob: 3fbd0ebbde20b0fb0abd17047909307c0d4e93c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
// Order of the tests we want to execute
import './client'
import './misc-endpoints'
import './feeds/'
import './cli/'
import './api/'
import './plugins/'
import './helpers/'
|