Guest User

Untitled

a guest
Feb 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. it('Ensure APILocatorService is injectable', function() {
  2. TestBed.configureTestingModule({
  3. declarations: [TestAPILocatorServiceComponent],
  4. providers: [ApiLocatorService, Fabric8UIConfig, ProviderService]
  5. });
  6. var fixture = TestBed.createComponent(TestAPILocatorServiceComponent);
  7. var comp = fixture.componentInstance;
  8. expect(comp.apilocator).toBeTruthy();
  9. });
Add Comment
Please, Sign In to add comment