UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, 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(); })); });