diff --git a/src/app/annotate-rdf-tab/annotate-rdf-tab.component.spec.ts b/src/app/annotate-rdf-tab/annotate-rdf-tab.component.spec.ts index cf1cfbc..271d531 100644 --- a/src/app/annotate-rdf-tab/annotate-rdf-tab.component.spec.ts +++ b/src/app/annotate-rdf-tab/annotate-rdf-tab.component.spec.ts @@ -8,7 +8,7 @@ describe('AnnotateRdfTabComponent', () => { beforeEach(async () => { await TestBed.configureTestingModule({ - imports: [AnnotateRdfTabComponent] + declarations: [AnnotateRdfTabComponent] }) .compileComponents();