diff --git a/modules/feature/home/src/lib/home/home.component.spec.ts b/modules/feature/home/src/lib/home/home.component.spec.ts index 8849866..04e7a3a 100644 --- a/modules/feature/home/src/lib/home/home.component.spec.ts +++ b/modules/feature/home/src/lib/home/home.component.spec.ts @@ -26,7 +26,7 @@ describe('HomeComponent', () => { }); it('should create', () => { - expect(component).not.toBeTruthy(); + expect(component).toBeTruthy(); }); it('should render product cards correctly', () => {