Darwin hat entschieden, nur der produktive Code überlebt

This commit is contained in:
2025-10-25 23:45:41 +02:00
parent 1a5899e2bc
commit 17211377ea
4 changed files with 0 additions and 98 deletions

View File

@@ -1,23 +0,0 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { PocModelComponent } from './poc-model-component';
describe('PocModelComponent', () => {
let component: PocModelComponent;
let fixture: ComponentFixture<PocModelComponent>;
beforeEach(async () => {
await TestBed.configureTestingModule({
declarations: [PocModelComponent]
})
.compileComponents();
fixture = TestBed.createComponent(PocModelComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});