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