]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/utils/miscs/miscs.ts
Improve tests when waiting pending jobs
[github/Chocobozzz/PeerTube.git] / server / tests / utils / miscs / miscs.ts
index 5e46004a7f48f8a24cac8bfc3961a7268f983483..7ac60a983b5faf68358ced7c13bd47a48f260b22 100644 (file)
@@ -5,6 +5,7 @@ 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()