Settle Options are now stored in the Database and can be updated
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
import { SettleOptionsRoutingModule } from './settle-options-routing.module';
|
||||
|
||||
describe('SettleOptionsRoutingModule', () => {
|
||||
let settleOptionsRoutingModule: SettleOptionsRoutingModule;
|
||||
|
||||
beforeEach(() => {
|
||||
settleOptionsRoutingModule = new SettleOptionsRoutingModule();
|
||||
});
|
||||
|
||||
it('should create an instance', () => {
|
||||
expect(settleOptionsRoutingModule).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user