totopia-backend/src/app/pages/games/component/excel-regist/excel-regist.component.spec.ts
byung eun park 29313a6aff menu added
2019-07-31 08:30:04 +09:00

26 lines
664 B
TypeScript

import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { ExcelRegistComponent } from './excel-regist.component';
describe('ExcelRegistComponent', () => {
let component: ExcelRegistComponent;
let fixture: ComponentFixture<ExcelRegistComponent>;
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [ ExcelRegistComponent ]
})
.compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(ExcelRegistComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});