remove test

This commit is contained in:
Constantin Simonis 2024-12-18 13:54:22 +01:00
parent 49716901e5
commit 824fd2b669
Signed by: csimonis
GPG Key ID: 758DD9C506603183

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();
});
});