Section
This commit is contained in:
13
bookie/src/app/sections/sections-routing.module.spec.ts
Normal file
13
bookie/src/app/sections/sections-routing.module.spec.ts
Normal file
@ -0,0 +1,13 @@
|
||||
import {SectionsRoutingModule} from './sections-routing.module';
|
||||
|
||||
describe('SectionsRoutingModule', () => {
|
||||
let sectionsRoutingModule: SectionsRoutingModule;
|
||||
|
||||
beforeEach(() => {
|
||||
sectionsRoutingModule = new SectionsRoutingModule();
|
||||
});
|
||||
|
||||
it('should create an instance', () => {
|
||||
expect(sectionsRoutingModule).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user