From 40a195ee881652fbbfa2e6f0109799de4af8f4c4 Mon Sep 17 00:00:00 2001 From: nwittstruck Date: Sat, 13 Apr 2024 15:45:56 +0200 Subject: [PATCH] chore: add caching step: test ci failure --- src/app/app.component.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/app.component.spec.ts b/src/app/app.component.spec.ts index b013e38..194ecad 100644 --- a/src/app/app.component.spec.ts +++ b/src/app/app.component.spec.ts @@ -20,7 +20,6 @@ describe('AppComponent', () => { const fixture = TestBed.createComponent(AppComponent); const app = fixture.debugElement.componentInstance; expect(app).toBeTruthy(); + expect(false).toBeTruthy(); }); - // TODO: add more tests! - });