import { expect } from 'chai'; describe('tests', () => { it('succeeds', () => { expect(123).to.equal(123); }); });