import { TestBed } from '@angular/core/testing'; import { UikitAuthService } from './uikit-auth.service'; describe('UikitAuthService', () => { beforeEach(() => TestBed.configureTestingModule({})); it('should be created', () => { const service: UikitAuthService = TestBed.get(UikitAuthService); expect(service).toBeTruthy(); }); });