mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
10 lines
141 B
TypeScript
10 lines
141 B
TypeScript
import {TextInput} from 'ionic/ionic';
|
|
|
|
export function run() {
|
|
|
|
it('should not scroll', () => {
|
|
let input = new TextInput();
|
|
});
|
|
|
|
}
|