forked from syntaxbullet/AuroraBot-discord
fix(test): use dynamic port for websocket tests
This commit is contained in:
@@ -65,4 +65,7 @@ export class WebServer {
|
||||
this.server = null;
|
||||
}
|
||||
}
|
||||
public static get port(): number | undefined {
|
||||
return this.server?.port;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user