Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91997303
textfield.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, 11:53
Size
955 B
Mime Type
text/x-java
Expires
Mon, Nov 18, 11:53 (2 d)
Engine
blob
Format
Raw Data
Handle
22360854
Attached To
rNIETZSCHEBETAAPP Nietzsche-Beta-App
textfield.component.spec.ts
View Options
import { TestBed, async } from '@angular/core/testing';
/*describe('AppComponent', () => {
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [
AppComponent
],
}).compileComponents();
}));
it('should create the app', () => {
const fixture = TestBed.createComponent(AppComponent);
const app = fixture.debugElement.componentInstance;
expect(app).toBeTruthy();
});
it(`should have as title 'svg-test-app'`, () => {
const fixture = TestBed.createComponent(AppComponent);
const app = fixture.debugElement.componentInstance;
expect(app.title).toEqual('svg-test-app');
});
it('should render title', () => {
const fixture = TestBed.createComponent(AppComponent);
fixture.detectChanges();
const compiled = fixture.debugElement.nativeElement;
expect(compiled.querySelector('.content span').textContent).toContain('svg-test-app app is running!');
});
});*/
Event Timeline
Log In to Comment