]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/utils/miscs/miscs.ts
Add ability to import video with youtube-dl
[github/Chocobozzz/PeerTube.git] / server / tests / utils / miscs / miscs.ts
index 7ac60a983b5faf68358ced7c13bd47a48f260b22..5e46004a7f48f8a24cac8bfc3961a7268f983483 100644 (file)
@@ -5,7 +5,6 @@ import { isAbsolute, join } from 'path'
 import * as request from 'supertest'
 import * as WebTorrent from 'webtorrent'
 import { readFileBufferPromise } from '../../../helpers/core-utils'
-import { ServerInfo } from '..'
 
 const expect = chai.expect
 let webtorrent = new WebTorrent()