Add RecipeService

This commit is contained in:
2024-06-14 14:38:41 +02:00
parent 9baca1c78c
commit 4b5b05f396
12 changed files with 52 additions and 22 deletions

View File

@@ -8,9 +8,9 @@ describe('RecipeComponent', () => {
beforeEach(async () => {
await TestBed.configureTestingModule({
imports: [RecipeComponent]
imports: [RecipeComponent],
})
.compileComponents();
.compileComponents();
fixture = TestBed.createComponent(RecipeComponent);
component = fixture.componentInstance;