import EyePopAPI from '../EyePopAPI' describe('EyePopAPI', () => { it('loads without crashing', () => { expect(EyePopAPI).toBeDefined() }) })