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