UNPKG

ngx-eagle

Version:

UI component infrastructure and Design components for mobile and desktop Angular web applications.

17 lines (12 loc) 372 B
import { TestBed } from '@angular/core/testing'; import { SignatureService } from './signature.service'; describe('SignatureService', () => { let service: SignatureService; beforeEach(() => { TestBed.configureTestingModule({}); service = TestBed.inject(SignatureService); }); it('should be created', () => { expect(service).toBeTruthy(); }); });