import {Schedblock} from './schedblock'; describe('Schedblock', () => { it('should create an instance', () => { expect(new Schedblock()).toBeTruthy(); }); });