Project

General

Profile

« Previous | Next » 

Revision 54830

updated readme file and changed project name

View differences:

app.component.spec.ts
22 22
    const fixture = TestBed.createComponent(AppComponent);
23 23
    fixture.detectChanges();
24 24
    const compiled = fixture.debugElement.nativeElement;
25
    expect(compiled.querySelector('h1').textContent).toContain('Welcome to oa-repo-manager-ui!');
25
    expect(compiled.querySelector('h1').textContent).toContain('Welcome to uoa-repository-manager-ui!');
26 26
  }));
27 27
});

Also available in: Unified diff