describe('example test', () => { it('should work', () => { expect('

Example Text

').to.eq('

Example Text

') }) })