import Controller from './controller' describe('controller', () => { it('exists', () => { expect(Controller).to.exist }) })