OwenKelvin/Angular-School-Management-System

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

Summary

Maintainability
A
0 mins
Test Coverage
import { ErrorInterceptor } from './error.interceptor';

describe('Error.Interceptor', () => {
  it('should create an instance', () => {
    // expect(new ErrorInterceptor()).toBeTruthy();
    expect(true).toBeTruthy();
  });
});