This commit is contained in:
Peter Maquiran
2021-08-13 16:55:35 +01:00
parent ed9fcbc425
commit 0346401aab
3 changed files with 28 additions and 51 deletions
@@ -1,16 +0,0 @@
import { TestBed } from '@angular/core/testing';
import { ExpedientePrService } from './expediente-pr.service';
describe('ExpedientePrService', () => {
let service: ExpedientePrService;
beforeEach(() => {
TestBed.configureTestingModule({});
service = TestBed.inject(ExpedientePrService);
});
it('should be created', () => {
expect(service).toBeTruthy();
});
});
-9
View File
@@ -1,9 +0,0 @@
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class ExpedientePrService {
constructor() { }
}