blob: 51715f888fae7fbf159f761e76fe7803623af429 [file] [log] [blame]
import { TestBed, inject } from '@angular/core/testing';
import { HttpResponseInterceptorService } from './http-response-interceptor.service';
describe('HttpResponseInterceptorService', () => {
beforeEach(() => {
TestBed.configureTestingModule({
providers: [HttpResponseInterceptorService]
});
});
});