Files
brewman/overlord/src/app/mozimo-daily-register/mozimo-daily-register.component.spec.ts
T

23 lines
683 B
TypeScript

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