PeerTube/server/tests/cli/index.ts

8 lines
215 B
TypeScript
Raw Normal View History

2017-09-07 15:27:35 +02:00
// Order of the tests we want to execute
import './create-import-video-file-job'
2018-09-20 16:35:48 +02:00
import './create-transcoding-job'
2018-12-04 15:12:54 +01:00
import './optimize-old-videos'
import './peertube'
2017-09-07 15:27:35 +02:00
import './reset-password'
2017-09-07 17:58:09 +02:00
import './update-host'