barker/bookie/src/app/section-printers/section-printers-routing.mo...

14 lines
405 B
TypeScript

import { SectionPrintersRoutingModule } from './section-printers-routing.module';
describe('SectionPrintersRoutingModule', () => {
let sectionPrintersRoutingModule: SectionPrintersRoutingModule;
beforeEach(() => {
sectionPrintersRoutingModule = new SectionPrintersRoutingModule();
});
it('should create an instance', () => {
expect(sectionPrintersRoutingModule).toBeTruthy();
});
});