import {TextInput} from 'ionic/ionic'; export function run() { it('should not scroll', () => { let input = new TextInput(); }); }