Login flow working

This commit is contained in:
simojenki
2021-02-24 20:54:05 +11:00
parent c26a325ee1
commit f295d3f015
13 changed files with 416 additions and 63 deletions

View File

@@ -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", () => {