Page MenuHomec4science

cache.service.spec.ts
No OneTemporary

File Metadata

Created
Wed, May 22, 19:18

cache.service.spec.ts

import { TestBed } from '@angular/core/testing';
import { CacheService } from './cache.service';
describe('CacheService', () => {
beforeEach(() => TestBed.configureTestingModule({}));
it('should be created', () => {
const service: CacheService = TestBed.get(CacheService);
expect(service).toBeTruthy();
});
});

Event Timeline