Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92007743
tln-status.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, 13:55
Size
650 B
Mime Type
text/x-java
Expires
Mon, Nov 18, 13:55 (2 d)
Engine
blob
Format
Raw Data
Handle
22362731
Attached To
rNIETZSCHEBETAAPP Nietzsche-Beta-App
tln-status.component.spec.ts
View Options
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { TlnStatusComponent } from './tln-status.component';
describe('TlnStatusComponent', () => {
let component: TlnStatusComponent;
let fixture: ComponentFixture<TlnStatusComponent>;
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [ TlnStatusComponent ]
})
.compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(TlnStatusComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});
Event Timeline
Log In to Comment