Skip to content

Instantly share code, notes, and snippets.

@IAfanasovMob
Created October 8, 2019 12:03
Show Gist options
  • Save IAfanasovMob/55b69f9ef7b697906ecc3fbb949ce47d to your computer and use it in GitHub Desktop.
Save IAfanasovMob/55b69f9ef7b697906ecc3fbb949ce47d to your computer and use it in GitHub Desktop.
beforeEach(() => {
TestBed.configureTestingModule({
imports: [
HttpClientTestingModule
],
providers: [{
provide: HTTP_INTERCEPTORS,
useClass: GitHubApiVersionInterceptor,
multi: true,
}]
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment