Twitch login, TTS Login, and basic policies ui.

This commit is contained in:
Tom
2024-10-17 08:48:15 +00:00
parent f2133bbc0e
commit 89d944cd6e
48 changed files with 1443 additions and 504 deletions

View File

@ -0,0 +1,16 @@
import { TestBed } from '@angular/core/testing';
import { HermesSocketService } from './hermes-socket.service';
describe('HermesSocketService', () => {
let service: HermesSocketService;
beforeEach(() => {
TestBed.configureTestingModule({});
service = TestBed.inject(HermesSocketService);
});
it('should be created', () => {
expect(service).toBeTruthy();
});
});