1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Tests directories refractor

This commit is contained in:
Chocobozzz 2017-12-28 13:59:22 +01:00
parent db799da3d2
commit c5d31dba56
No known key found for this signature in database
GPG key ID: 583A612D890159BE
38 changed files with 98 additions and 95 deletions

View file

@ -1,7 +1,7 @@
// Order of the tests we want to execute
// import './multiple-servers'
import './video-transcoder'
import './multiple-servers'
import './follows'
import './jobs'
import './video-comments'
import './videos/video-transcoder'
import './videos/multiple-servers'
import './server/follows'
import './server/jobs'
import './videos/video-comments'