UNPKG

@nepwork/dashboards

Version:

Dashboards for emergencies and monitoring

26 lines (20 loc) 621 B
import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { CacheComponent } from './cache.component'; describe('CacheComponent', () => { let component: CacheComponent; let fixture: ComponentFixture<CacheComponent>; beforeEach(async(() => { TestBed.configureTestingModule({ declarations: [ CacheComponent ] }) .compileComponents(); })); beforeEach(() => { fixture = TestBed.createComponent(CacheComponent); component = fixture.componentInstance; fixture.detectChanges(); }); it('should create', () => { expect(component).toBeTruthy(); }); });