mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-16 18:25:09 -06:00
11 lines
219 B
TypeScript
11 lines
219 B
TypeScript
// Order of the tests we want to execute
|
|
import './client'
|
|
import './misc-endpoints'
|
|
import './feeds/'
|
|
import './cli/'
|
|
import './api/'
|
|
import './peertube-runner/'
|
|
import './plugins/'
|
|
import './helpers/'
|
|
import './lib/'
|