mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-12-01 21:09:17 -06:00
9 lines
175 B
TypeScript
9 lines
175 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/'
|