9 lines
191 B
TypeScript
9 lines
191 B
TypeScript
// 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/'
|