Files
2015-08-26 11:32:48 -05:00

10 lines
141 B
TypeScript

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