6 lines
129 B
TypeScript
6 lines
129 B
TypeScript
// Order of the tests we want to execute
|
|
import './client'
|
|
import './feeds/'
|
|
import './cli/'
|
|
import './api/'
|
|
import './plugins/'
|