mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
text input test wip
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
import {Ion} from 'ionic/ion';
|
||||
import {TextInput} from 'ionic/ionic';
|
||||
|
||||
export function run() {
|
||||
it('should be true', () => {
|
||||
expect(true).toBe(true);
|
||||
|
||||
it('should not scroll', () => {
|
||||
let input = new TextInput();
|
||||
});
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user