OwenKelvin/Angular-School-Management-System

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

Summary

Maintainability
A
0 mins
Test Coverage
import { SuccessInterceptor } from './success.interceptor';

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