import { expect } from 'chai'; describe('word parser', () => { beforeEach(() => {}); it('initializes', () => { expect('').to.equal(''); }); });