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) 679 B
import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { RightBarGaugeComponent } from './right-bar-gauge.component'; describe('RightBarGaugeComponent', () => { let component: RightBarGaugeComponent; let fixture: ComponentFixture<RightBarGaugeComponent>; beforeEach(async(() => { TestBed.configureTestingModule({ declarations: [ RightBarGaugeComponent ] }) .compileComponents(); })); beforeEach(() => { fixture = TestBed.createComponent(RightBarGaugeComponent); component = fixture.componentInstance; fixture.detectChanges(); }); it('should create', () => { expect(component).toBeTruthy(); }); });