Delete spec file of electron.service

This commit is contained in:
Maxime GRIS
2017-05-06 01:11:14 +02:00
parent a772b9c74f
commit 083498eab8

View File

@@ -1,15 +0,0 @@
import { TestBed, inject } from '@angular/core/testing';
import { ElectronService } from './electron.service';
describe('ElectronService', () => {
beforeEach(() => {
TestBed.configureTestingModule({
providers: [ElectronService]
});
});
it('should ...', inject([ElectronService], (service: ElectronService) => {
expect(service).toBeTruthy();
}));
});