add functionality to delete employee button #11

Merged
csimonis merged 8 commits from feature/delete-employee-button into main 2024-12-18 13:02:47 +00:00
Showing only changes of commit 824fd2b669 - Show all commits

View File

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