UNPKG

@sepidsystem/ng-sepidsystem

Version:

26 lines (20 loc) 678 B
import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { NgSepidsystemComponent } from './ng-sepidsystem.component'; describe('NgSepidsystemComponent', () => { let component: NgSepidsystemComponent; let fixture: ComponentFixture<NgSepidsystemComponent>; beforeEach(async(() => { TestBed.configureTestingModule({ declarations: [ NgSepidsystemComponent ] }) .compileComponents(); })); beforeEach(() => { fixture = TestBed.createComponent(NgSepidsystemComponent); component = fixture.componentInstance; fixture.detectChanges(); }); it('should create', () => { expect(component).toBeTruthy(); }); });