text input test wip

This commit is contained in:
Adam Bradley
2015-08-26 11:32:48 -05:00
parent d8ea1701b7
commit 0c7070fcdb
3 changed files with 16 additions and 11 deletions

View File

@ -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();
});
}