Page MenuHomec4science

rdf-editor-transaction-component.component.spec.ts
No OneTemporary

File Metadata

Created
Mon, Sep 9, 10:39

rdf-editor-transaction-component.component.spec.ts

import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { RdfEditorTransactionComponentComponent } from './rdf-editor-transaction-component.component';
describe('RdfEditorTransactionComponentComponent', () => {
let component: RdfEditorTransactionComponentComponent;
let fixture: ComponentFixture<RdfEditorTransactionComponentComponent>;
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [ RdfEditorTransactionComponentComponent ]
})
.compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(RdfEditorTransactionComponentComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});

Event Timeline