import { ComponentFixture, TestBed } from '@angular/core/testing'; import { MozimoDailyRegisterComponent } from './mozimo-daily-register.component'; describe('MozimoProductRegisterComponent', () => { let component: MozimoDailyRegisterComponent; let fixture: ComponentFixture; beforeEach(async () => { await TestBed.configureTestingModule({ imports: [MozimoDailyRegisterComponent], }).compileComponents(); fixture = TestBed.createComponent(MozimoDailyRegisterComponent); component = fixture.componentInstance; fixture.detectChanges(); }); it('should create', () => { expect(component).toBeTruthy(); }); });