fix(ios): translate transform breaks sequential animation set (#5961)

* fix(ios): translate transform breaks sequential animation set

* chore: add e2e test app for animations
This commit is contained in:
Manol Donev
2018-06-19 10:38:29 +03:00
committed by GitHub
parent 3dc3a411c3
commit 6cfdc206d9
80 changed files with 930 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
"nativescript-dev-webpack": "next"
},
"scripts": {
"e2e": "tsc -p e2e && mocha --opts ./e2e/config/mocha.opts",
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
"e2e-watch": "tsc -p e2e --watch"
}
}