OwenKelvin/Angular-School-Management-System

View on GitHub
src/app/core/services/http-cache/http-cache.service.spec.ts

Summary

Maintainability
A
2 hrs
Test Coverage
import { TestBed } from '@angular/core/testing';

import { HttpCacheService } from './http-cache.service';

describe('HttpCacheService', () => {
  beforeEach(() => TestBed.configureTestingModule({}));

  it('should be created', () => {
    const service: HttpCacheService = TestBed.get(HttpCacheService);
    expect(service).toBeTruthy();
  });
});