Files
jambotron/jambotron-ui/src/app/helpers/custom-http-interceptor.spec.ts
T

8 lines
216 B
TypeScript

import { CustomHttpInterceptor } from './custom-http-interceptor';
describe('CustomHttpInterceptor', () => {
it('should create an instance', () => {
expect(new CustomHttpInterceptor()).toBeTruthy();
});
});