-
Reid Givens authoredReid Givens authored
schedblock.spec.ts 168 B
import {Schedblock} from './schedblock';
describe('Schedblock', () => {
it('should create an instance', () => {
expect(new Schedblock()).toBeTruthy();
});
});
import {Schedblock} from './schedblock';
describe('Schedblock', () => {
it('should create an instance', () => {
expect(new Schedblock()).toBeTruthy();
});
});