2017-09-04 21:21:47 +02:00
|
|
|
// Order of the tests we want to execute
|
|
|
|
import './client'
|
2020-04-14 08:56:12 +02:00
|
|
|
import './misc-endpoints'
|
2018-08-22 16:15:35 +02:00
|
|
|
import './feeds/'
|
2017-09-07 15:27:35 +02:00
|
|
|
import './cli/'
|
2018-08-22 16:15:35 +02:00
|
|
|
import './api/'
|
2019-07-19 10:37:35 +02:00
|
|
|
import './plugins/'
|
2020-04-14 08:56:12 +02:00
|
|
|
import './helpers/'
|
2021-07-21 15:44:28 +02:00
|
|
|
import './lib/'
|