gns3-web-ui/src/app/shared/services/snapshot.service.spec.ts

16 lines
395 B
TypeScript
Raw Normal View History

2017-11-23 13:18:23 +01:00
import { TestBed, inject } from '@angular/core/testing';
import { SnapshotService } from './snapshot.service';
describe('SnapshotService', () => {
beforeEach(() => {
TestBed.configureTestingModule({
providers: [SnapshotService]
});
});
// it('should be created', inject([SnapshotService], (service: SnapshotService) => {
// expect(service).toBeTruthy();
// }));
});