import { expect } from 'chai'; describe('hello world', () => { it('works!', () => { expect(true).to.be.true; }); });