diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-20 16:24:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-20 16:24:49 +0200 |
commit | dc27668fceb1d0270c391c93c3bbc95d12e83218 (patch) | |
tree | ce6621597505f9518cfdf0981977d097c63f9fad /server/tests/cli/index.ts | |
parent | 6247b2057b792cea155a1abd9788c363ae7d2cc2 (diff) | |
parent | 0491173a61aed66205c017e0d7e0503ea316c144 (diff) | |
download | PeerTube-dc27668fceb1d0270c391c93c3bbc95d12e83218.tar.gz PeerTube-dc27668fceb1d0270c391c93c3bbc95d12e83218.tar.zst PeerTube-dc27668fceb1d0270c391c93c3bbc95d12e83218.zip |
Merge pull request #941 from rigelk/cli-wrapper
adding cli wrapper
Diffstat (limited to 'server/tests/cli/index.ts')
-rw-r--r-- | server/tests/cli/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/cli/index.ts b/server/tests/cli/index.ts index f99eafe03..33e33a070 100644 --- a/server/tests/cli/index.ts +++ b/server/tests/cli/index.ts | |||
@@ -1,5 +1,6 @@ | |||
1 | // Order of the tests we want to execute | 1 | // Order of the tests we want to execute |
2 | import './create-transcoding-job' | 2 | import './create-transcoding-job' |
3 | import './create-import-video-file-job' | 3 | import './create-import-video-file-job' |
4 | import './peertube' | ||
4 | import './reset-password' | 5 | import './reset-password' |
5 | import './update-host' | 6 | import './update-host' |