fix
This commit is contained in:
@@ -1,16 +0,0 @@
|
|||||||
import { TestBed } from '@angular/core/testing';
|
|
||||||
|
|
||||||
import { MermsSelectedpatientService } from './merms-selectedpatient.service';
|
|
||||||
|
|
||||||
describe('MermsSelectedpatientService', () => {
|
|
||||||
let service: MermsSelectedpatientService;
|
|
||||||
|
|
||||||
beforeEach(() => {
|
|
||||||
TestBed.configureTestingModule({});
|
|
||||||
service = TestBed.inject(MermsSelectedpatientService);
|
|
||||||
});
|
|
||||||
|
|
||||||
it('should be created', () => {
|
|
||||||
expect(service).toBeTruthy();
|
|
||||||
});
|
|
||||||
});
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
import { Injectable } from '@angular/core';
|
|
||||||
|
|
||||||
@Injectable({
|
|
||||||
providedIn: 'root'
|
|
||||||
})
|
|
||||||
export class MermsSelectedpatientService {
|
|
||||||
|
|
||||||
constructor() { }
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user