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