import { Repeat } from './repeat';

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