diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-29 10:04:15 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-29 10:04:15 +0100 |
commit | a7ba16b62d18a53c416d248f4be06fb693b318ac (patch) | |
tree | d665a7a5afc69b780f663b314c4d466ba19778f0 /server/tests/api/videos/video-transcoder.ts | |
parent | efed5d5ef61cd14ee3f9ed1dda8ea8e937370405 (diff) | |
download | PeerTube-a7ba16b62d18a53c416d248f4be06fb693b318ac.tar.gz PeerTube-a7ba16b62d18a53c416d248f4be06fb693b318ac.tar.zst PeerTube-a7ba16b62d18a53c416d248f4be06fb693b318ac.zip |
Fix real world script
Diffstat (limited to 'server/tests/api/videos/video-transcoder.ts')
-rw-r--r-- | server/tests/api/videos/video-transcoder.ts | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/server/tests/api/videos/video-transcoder.ts b/server/tests/api/videos/video-transcoder.ts index 27927a594..9ce2ae190 100644 --- a/server/tests/api/videos/video-transcoder.ts +++ b/server/tests/api/videos/video-transcoder.ts | |||
@@ -1,21 +1,13 @@ | |||
1 | /* tslint:disable:no-unused-expression */ | 1 | /* tslint:disable:no-unused-expression */ |
2 | 2 | ||
3 | import 'mocha' | ||
4 | import * as chai from 'chai' | 3 | import * as chai from 'chai' |
5 | const expect = chai.expect | 4 | import 'mocha' |
6 | |||
7 | import { | 5 | import { |
8 | ServerInfo, | 6 | flushAndRunMultipleServers, flushTests, getVideo, getVideosList, killallServers, ServerInfo, setAccessTokensToServers, uploadVideo, |
9 | flushTests, | 7 | wait, webtorrentAdd |
10 | uploadVideo, | 8 | } from '../../utils' |
11 | getVideosList, | 9 | |
12 | wait, | 10 | const expect = chai.expect |
13 | setAccessTokensToServers, | ||
14 | flushAndRunMultipleServers, | ||
15 | killallServers, | ||
16 | webtorrentAdd, | ||
17 | getVideo | ||
18 | } from '../../utils/index' | ||
19 | 11 | ||
20 | describe('Test video transcoding', function () { | 12 | describe('Test video transcoding', function () { |
21 | let servers: ServerInfo[] = [] | 13 | let servers: ServerInfo[] = [] |