UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.

16 lines (12 loc) 380 B
import { TestBed, inject } from '@angular/core/testing'; import { BillingService } from './billing.service'; describe('BillingService', () => { beforeEach(() => { TestBed.configureTestingModule({ providers: [BillingService] }); }); it('should be created', inject([BillingService], (service: BillingService) => { expect(service).toBeTruthy(); })); });