Skip to content
Snippets Groups Projects
schedblock.spec.ts 168 B
import {Schedblock} from './schedblock';

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