1
0
Fork 0
peertube/server/tests/api/index-slow.ts

8 lines
224 B
TypeScript
Raw Normal View History

// Order of the tests we want to execute
2017-11-17 14:52:26 +00:00
// import './multiple-servers'
2017-12-28 12:59:22 +00:00
import './videos/video-transcoder'
import './videos/multiple-servers'
import './server/follows'
import './server/jobs'
import './videos/video-comments'