Created
October 8, 2019 12:03
-
-
Save IAfanasovMob/55b69f9ef7b697906ecc3fbb949ce47d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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