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