mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-12-01 12:59:15 -06:00
10 lines
191 B
TypeScript
10 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/'
|