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

8 lines
189 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'
import './video-transcoder'
2017-11-23 13:19:55 +00:00
import './multiple-servers'
2017-11-21 12:43:29 +00:00
import './follows'
2017-11-30 09:51:13 +00:00
import './jobs'
2017-12-22 11:10:40 +00:00
import './video-comments'