popover-sinonimos.component.spec.ts
699 Bytes
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { PopoverSinonimosComponent } from './popover-sinonimos.component';
describe('PopoverSinonimosComponent', () => {
let component: PopoverSinonimosComponent;
let fixture: ComponentFixture<PopoverSinonimosComponent>;
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [ PopoverSinonimosComponent ]
})
.compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(PopoverSinonimosComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});