UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

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