mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Login flow working
This commit is contained in:
@@ -2,7 +2,8 @@ import request from "supertest";
|
||||
import makeServer from "../src/server";
|
||||
import { SONOS_DISABLED, Sonos, Device } from "../src/sonos";
|
||||
|
||||
import { aDevice, aService, InMemoryMusicService } from './builders';
|
||||
import { aDevice, aService } from './builders';
|
||||
import { InMemoryMusicService } from "./in_memory_music_service";
|
||||
|
||||
describe("index", () => {
|
||||
describe("when sonos integration is disabled", () => {
|
||||
|
||||
Reference in New Issue
Block a user