sinonimo.service.spec.ts
343 Bytes
import { TestBed } from '@angular/core/testing';
import { SinonimoService } from './sinonimo.service';
describe('SinonimoService', () => {
beforeEach(() => TestBed.configureTestingModule({}));
it('should be created', () => {
const service: SinonimoService = TestBed.get(SinonimoService);
expect(service).toBeTruthy();
});
});