auth-interceptor.spec.ts 193 B

1234567
  1. import { AuthInterceptor } from './auth-interceptor';
  2. describe('AuthInterceptor', () => {
  3. it('should create an instance', () => {
  4. //expect(new AuthInterceptor()).toBeTruthy();
  5. });
  6. });