Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91980312
editor-comment.component.spec.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Nov 16, 08:34
Size
678 B
Mime Type
text/x-java
Expires
Mon, Nov 18, 08:34 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22358147
Attached To
rNIETZSCHEBETAAPP Nietzsche-Beta-App
editor-comment.component.spec.ts
View Options
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { EditorCommentComponent } from './editor-comment.component';
describe('EditorCommentComponent', () => {
let component: EditorCommentComponent;
let fixture: ComponentFixture<EditorCommentComponent>;
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [ EditorCommentComponent ]
})
.compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(EditorCommentComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});
Event Timeline
Log In to Comment