import { expect } from 'chai';

describe('chainmon', () => {
  it('should', async () => {
    expect(1).to.equal(1);
  });
});
