mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Basic video redundancy implementation
This commit is contained in:
parent
a651038487
commit
c48e82b5e0
77 changed files with 1667 additions and 287 deletions
|
@ -1,15 +1,17 @@
|
|||
// Order of the tests we want to execute
|
||||
import './accounts'
|
||||
import './config'
|
||||
import './follows'
|
||||
import './jobs'
|
||||
import './redundancy'
|
||||
import './search'
|
||||
import './services'
|
||||
import './user-subscriptions'
|
||||
import './users'
|
||||
import './video-abuses'
|
||||
import './video-blacklist'
|
||||
import './video-captions'
|
||||
import './video-channels'
|
||||
import './video-comments'
|
||||
import './videos'
|
||||
import './video-imports'
|
||||
import './search'
|
||||
import './user-subscriptions'
|
||||
import './videos'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue