mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
11 lines
284 B
TypeScript
11 lines
284 B
TypeScript
// Order of the tests we want to execute
|
|
import './config'
|
|
import './check-params'
|
|
import './users'
|
|
import './single-pod'
|
|
import './video-abuse'
|
|
import './video-blacklist'
|
|
import './video-blacklist-management'
|
|
import './video-description'
|
|
import './video-privacy'
|
|
import './services'
|