Skip to content

Instantly share code, notes, and snippets.

@stevermeister
Created July 2, 2017 18:28
Show Gist options
  • Save stevermeister/bfec24d62df4ab07af01a98b6de086ff to your computer and use it in GitHub Desktop.
Save stevermeister/bfec24d62df4ab07af01a98b6de086ff to your computer and use it in GitHub Desktop.
TestBed.configureTestingModule({
imports: [HttpModule],
providers: [{provide: XHRBackend, useClass: MockBackend}]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment