import { TestBed } from '@angular/core/testing'; import { InputMaskedService } from './input-masked.service'; describe('InputMaskedService', () => { beforeEach(() => TestBed.configureTestingModule({})); it('should be created', () => { const service: InputMaskedService = TestBed.get(InputMaskedService); expect(service).toBeTruthy(); }); });