Settle Options are now stored in the Database and can be updated
This commit is contained in:
15
bookie/src/app/settle-option/settle-option.service.spec.ts
Normal file
15
bookie/src/app/settle-option/settle-option.service.spec.ts
Normal file
@ -0,0 +1,15 @@
|
||||
import { inject, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { SettleOptionService } from './settle-option.service';
|
||||
|
||||
describe('SettleOptionService', () => {
|
||||
beforeEach(() => {
|
||||
TestBed.configureTestingModule({
|
||||
providers: [SettleOptionService],
|
||||
});
|
||||
});
|
||||
|
||||
it('should be created', inject([SettleOptionService], (service: SettleOptionService) => {
|
||||
expect(service).toBeTruthy();
|
||||
}));
|
||||
});
|
||||
Reference in New Issue
Block a user