mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Running tests in docker build
This commit is contained in:
@@ -10,7 +10,7 @@ import { InMemoryMusicService } from "./in_memory_music_service";
|
||||
const WEB_ADDRESS = "http://localhost:1234"
|
||||
|
||||
const bonob = bonobService("bonob-test", 247, WEB_ADDRESS, 'Anonymous');
|
||||
const app = server(sonos("disabled"), bonob, WEB_ADDRESS, new InMemoryMusicService());
|
||||
const app = server(sonos(false), bonob, WEB_ADDRESS, new InMemoryMusicService());
|
||||
|
||||
getPort().then((port) => {
|
||||
logger.debug(`Starting on port ${port}`);
|
||||
|
||||
Reference in New Issue
Block a user