import { expect } from 'chai';

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