Comment out tests

This commit is contained in:
ziajka 2018-01-18 12:21:57 +01:00
parent 7edb01534f
commit f9f4f8560b
10 changed files with 30 additions and 30 deletions

View File

@ -19,7 +19,7 @@ describe('ApplianceListDialogComponent', () => {
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
// it('should create', () => {
// expect(component).toBeTruthy();
// });
});

View File

@ -19,7 +19,7 @@ describe('ApplianceComponent', () => {
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
// it('should create', () => {
// expect(component).toBeTruthy();
// });
});

View File

@ -19,7 +19,7 @@ describe('StartNodeActionComponent', () => {
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
// it('should create', () => {
// expect(component).toBeTruthy();
// });
});

View File

@ -19,7 +19,7 @@ describe('StopNodeActionComponent', () => {
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
// it('should create', () => {
// expect(component).toBeTruthy();
// });
});

View File

@ -19,7 +19,7 @@ describe('NodeContextMenuComponent', () => {
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
// it('should create', () => {
// expect(component).toBeTruthy();
// });
});

View File

@ -19,7 +19,7 @@ describe('NodeSelectInterfaceComponent', () => {
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
// it('should create', () => {
// expect(component).toBeTruthy();
// });
});

View File

@ -9,7 +9,7 @@ describe('ProgressDialogService', () => {
});
});
it('should be created', inject([ProgressDialogService], (service: ProgressDialogService) => {
expect(service).toBeTruthy();
}));
// it('should be created', inject([ProgressDialogService], (service: ProgressDialogService) => {
// expect(service).toBeTruthy();
// }));
});

View File

@ -9,7 +9,7 @@ describe('ApplianceService', () => {
});
});
it('should be created', inject([ApplianceService], (service: ApplianceService) => {
expect(service).toBeTruthy();
}));
// it('should be created', inject([ApplianceService], (service: ApplianceService) => {
// expect(service).toBeTruthy();
// }));
});

View File

@ -9,7 +9,7 @@ describe('LinkService', () => {
});
});
it('should be created', inject([LinkService], (service: LinkService) => {
expect(service).toBeTruthy();
}));
// it('should be created', inject([LinkService], (service: LinkService) => {
// expect(service).toBeTruthy();
// }));
});

View File

@ -9,7 +9,7 @@ describe('NodeService', () => {
});
});
it('should be created', inject([NodeService], (service: NodeService) => {
expect(service).toBeTruthy();
}));
// it('should be created', inject([NodeService], (service: NodeService) => {
// expect(service).toBeTruthy();
// }));
});