describe('With no imports', () => {
  it('should be able to run this', () => {
    expect(true).to.be.true
  })
})
