Twitch login, TTS Login, and basic policies ui.
This commit is contained in:
16
src/app/hermes-socket.service.spec.ts
Normal file
16
src/app/hermes-socket.service.spec.ts
Normal 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();
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user