mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
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/'
|