Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92871945
heading.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
Sun, Nov 24, 09:42
Size
635 B
Mime Type
text/x-java
Expires
Tue, Nov 26, 09:42 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22530262
Attached To
rNIETZSCHEBETAAPP Nietzsche-Beta-App
heading.component.spec.ts
View Options
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { HeadingComponent } from './heading.component';
describe('HeadingComponent', () => {
let component: HeadingComponent;
let fixture: ComponentFixture<HeadingComponent>;
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [ HeadingComponent ]
})
.compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(HeadingComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});
Event Timeline
Log In to Comment