OwenKelvin/Angular-School-Management-System

View on GitHub
src/app/core/interceptors/jwt.interceptor.spec.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { JwtInterceptor } from './jwt.interceptor';
import { AuthenticationService } from '../services/authentication/authentication.service';
import { HttpClient, HttpRequest, HttpHandler } from '@angular/common/http';

describe('Jwt.Interceptor', () => {
  it('should create an instance', () => {
    expect(true).toBeTruthy();
    // expect(new JwtInterceptor(new HttpRequest( "POST", 'api/oauth/token'))).toBeTruthy();
  });
});