import {Epoch} from './epoch';

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