Files
ISA-Frontend/apps/core/command/src/lib/command.service.spec.ts
2023-01-31 14:39:05 +01:00

17 lines
398 B
TypeScript

// import { TestBed } from '@angular/core/testing';
// import { CommandService } from './command.service';
// describe('CommandService', () => {
// let service: CommandService;
// beforeEach(() => {
// TestBed.configureTestingModule({});
// service = TestBed.inject(CommandService);
// });
// it('should be created', () => {
// expect(service).toBeTruthy();
// });
// });