Include ui tests for focus/ blur events for text-view and text-field (#4765)

* Include ui tests for focus/ blur events for text-view and text-field

* Update main-page.ts
This commit is contained in:
SvetoslavTsenov
2017-08-28 23:29:56 +03:00
committed by GitHub
parent 7c9fceec65
commit 3fd65cce9f
5 changed files with 28 additions and 2 deletions

View File

@@ -16,12 +16,12 @@
"tns-core-modules": "*"
},
"devDependencies": {
"tns-platform-declarations": "*",
"babel-traverse": "6.9.0",
"babel-types": "6.9.0",
"babylon": "6.8.0",
"filewalker": "0.1.2",
"lazy": "1.0.11",
"tns-platform-declarations": "*",
"typescript": "~2.2.1"
}
}