is-monitor/is-monitor-frontend/src/app/is.service.spec.ts

13 lines
313 B
TypeScript

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