1
0
Fork 0

Reorganize a little bit tests

This commit is contained in:
Chocobozzz 2020-08-24 13:53:45 +02:00
parent 1f5221fb4a
commit 8b6f0fd53d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
6 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,4 @@
export * from './abuses'
export * from './blocklist'
export * from './video-abuse'
export * from './video-blacklist'

View File

@ -9,6 +9,7 @@ import './handle-down'
import './jobs'
import './logs'
import './reverse-proxy'
import './services'
import './stats'
import './tracker'
import './no-client'

View File

@ -1,9 +1,6 @@
import './audio-only'
import './multiple-servers'
import './services'
import './single-server'
import './video-abuse'
import './video-blacklist'
import './video-captions'
import './video-change-ownership'
import './video-channels'