Fix real world script

This commit is contained in:
Chocobozzz 2017-12-29 10:04:15 +01:00
parent efed5d5ef6
commit a7ba16b62d
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 436 additions and 567 deletions

View file

@ -1,21 +1,13 @@
/* tslint:disable:no-unused-expression */
import 'mocha'
import * as chai from 'chai'
const expect = chai.expect
import 'mocha'
import {
ServerInfo,
flushTests,
uploadVideo,
getVideosList,
wait,
setAccessTokensToServers,
flushAndRunMultipleServers,
killallServers,
webtorrentAdd,
getVideo
} from '../../utils/index'
flushAndRunMultipleServers, flushTests, getVideo, getVideosList, killallServers, ServerInfo, setAccessTokensToServers, uploadVideo,
wait, webtorrentAdd
} from '../../utils'
const expect = chai.expect
describe('Test video transcoding', function () {
let servers: ServerInfo[] = []