This commit is contained in:
Amritanshu
2019-06-23 01:35:00 +05:30
parent 20801afc8a
commit 142a0f5a8a
42 changed files with 1069 additions and 234 deletions

View 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();
});
});