Case Sources added primarily to filter the kind of cases in case list.
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
import { inject, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { CaseSourceListResolver } from './case-source-list-resolver.service';
|
||||
|
||||
describe('CaseSourceListResolverService', () => {
|
||||
beforeEach(() => {
|
||||
TestBed.configureTestingModule({
|
||||
providers: [CaseSourceListResolver],
|
||||
});
|
||||
});
|
||||
|
||||
it('should be created', inject([CaseSourceListResolver], (service: CaseSourceListResolver) => {
|
||||
expect(service).toBeTruthy();
|
||||
}));
|
||||
});
|
||||
Reference in New Issue
Block a user