mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Update server dependencies
This commit is contained in:
parent
5bfe684e76
commit
e65ef81cf5
16 changed files with 2045 additions and 1776 deletions
|
@ -201,7 +201,7 @@ export class PeerTubeServer {
|
|||
return join(root(), testDirectory, directoryName)
|
||||
}
|
||||
|
||||
async flushAndRun (configOverride?: Object, options: RunServerOptions = {}) {
|
||||
async flushAndRun (configOverride?: object, options: RunServerOptions = {}) {
|
||||
await ServersCommand.flushTests(this.internalServerNumber)
|
||||
|
||||
return this.run(configOverride, options)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue